Home
last modified time | relevance | path

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

/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in DismissListener
84 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java66 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationUpdateService
78 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
DForegroundService.java156 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ForegroundService
DServiceStartArguments.java126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ServiceStartArguments
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/
DTestJobService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in TestJobService
/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/Support4Demos/src/com/example/android/supportv4/content/
DLocalServiceBroadcaster.java139 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LocalServiceBroadcaster.LocalService
/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.java50 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ToyVpnService
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java164 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in BluetoothHDPService
/development/apps/Development/src/com/android/development/
DBadBehaviorActivity.java64 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in BadBehaviorActivity.BadService
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicService.java212 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in MusicService
/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