Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DismissListener
83 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationUpdateService
77 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLocalService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LocalService
DNotificationBackgroundService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationBackgroundService
DServiceStartArguments.java126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ServiceStartArguments
DForegroundService.java80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ForegroundService
DRemoteService.java84 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in RemoteService
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DMyJobService.java64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MyJobService
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in RecipeService
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ResponderService
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ToyVpnService
/development/apps/Development/src/com/android/development/
DBadBehaviorActivity.java69 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in BadBehaviorActivity.BadService
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicService.java185 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand() method in MusicService