/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/ |
D | DismissListener.java | 71 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/ |
D | NotificationUpdateService.java | 65 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/ |
D | LocalService.java | 73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in LocalService
|
D | NotificationBackgroundService.java | 41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in NotificationBackgroundService
|
D | ServiceStartArguments.java | 126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ServiceStartArguments
|
D | ForegroundService.java | 80 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ForegroundService
|
D | RemoteService.java | 84 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in RemoteService
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/ |
D | MyJobService.java | 64 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/ |
D | RecipeService.java | 52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in RecipeService
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ResponderService.java | 72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ResponderService
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
D | ToyVpnService.java | 73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() method in ToyVpnService
|
/development/apps/Development/src/com/android/development/ |
D | BadBehaviorActivity.java | 69 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() method in BadBehaviorActivity.BadService
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MusicService.java | 185 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand() method in MusicService
|