Home
last modified time | relevance | path

Searched refs:onStartCommand (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java228 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationHelper.ToastService
229 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java323 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationHelper.ToastService
325 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java640 public int onStartCommand(Intent intent, int flags, int id) {