add a few more tests, and some clean-up

This commit is contained in:
Jami Cogswell
2022-09-22 11:44:03 -04:00
parent 7a96727c59
commit 24b34cd32f
4 changed files with 58 additions and 18 deletions

View File

@@ -65,9 +65,8 @@ class AndroidReceiveIntentMethod extends Method {
}
/**
* A method of type Service that receives an Intent.
* Namely, `Service.onStart`, `onStartCommand`, `onBind`,
* `onRebind`, `onUnbind`, or `onTaskRemoved`
* The method `Service.onStart`, `onStartCommand`,
* `onBind`, `onRebind`, `onUnbind`, or `onTaskRemoved`
*/
class AndroidServiceIntentMethod extends Method {
AndroidServiceIntentMethod() {