Searched refs:onStartCommand (Results 1 – 3 of 3) sorted by relevance
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
D | SysUINotificationShadeTests.java | 292 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in SysUINotificationShadeTests.ToastService 294 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 354 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationHelper.ToastService 356 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | AuptTestRunner.java | 641 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in AuptTestRunner.BadService
|