Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLocalService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
74 Log.i("LocalService", "Received start id " + startId + ": " + intent); in onStartCommand()
DNotificationBackgroundService.java41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
44 stopSelf(startId); 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()
DRemoteService.java84 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
85 Log.i("RemoteService", "Received start id " + startId + ": " + intent); in onStartCommand()
DForegroundService.java85 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java71 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
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() argument
77 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/
DMyJobService.java64 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/apps/BuildWidget/src/com/android/buildwidget/
DBuildWidget.java51 public void onStart(Intent intent, int startId) { in onStart() 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/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java72 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/ToyVpn/src/com/example/android/toyvpn/
DToyVpnService.java73 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMusicService.java185 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand() argument