Home
last modified time | relevance | path

Searched refs:startId (Results 1 – 17 of 17) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLocalService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
73 Log.i("LocalService", "Received start id " + startId + ": " + intent); in onStartCommand()
DServiceStartArguments.java126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
128 "Starting #" + startId + ": " + intent.getExtras()); in onStartCommand()
130 msg.arg1 = startId; in onStartCommand()
DForegroundService.java151 public void onStart(Intent intent, int startId) { in onStart() argument
156 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
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() argument
78 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/development/apps/BuildWidget/src/com/android/buildwidget/
DBuildWidget.java51 public void onStart(Intent intent, int startId) { in onStart() argument
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DTestJobService.java60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssService.java96 protected void onStart(Intent intent, int startId){ in onStart() argument
97 super.onStart(startId, arguments); in onStart()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DWordWidget.java53 public void onStart(Intent intent, int startId) { in onStart() argument
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DWordWidget.java52 public void onStart(Intent intent, int startId) { in onStart() argument
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DLocalServiceBroadcaster.java139 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/browseable/ElizaChat/Application/src/com.example.android.wearable.elizachat/
DResponderService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DMessagingService.java83 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
DBluetoothHDPService.java164 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java50 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DMusicService.java212 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument