mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
add a few more tests, and some clean-up
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user