Searched refs:startId (Results 1 - 11 of 11) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DLocalService.java72 public int onStartCommand(Intent intent, int flags, int startId) { argument
73 Log.i("LocalService", "Received start id " + startId + ": " + intent);
H A DServiceStartArguments.java126 public int onStartCommand(Intent intent, int flags, int startId) { argument
128 "Starting #" + startId + ": " + intent.getExtras());
130 msg.arg1 = startId;
H A DForegroundService.java151 public void onStart(Intent intent, int startId) { argument
156 public int onStartCommand(Intent intent, int flags, int startId) { argument
/development/apps/BuildWidget/src/com/android/buildwidget/
H A DBuildWidget.java51 public void onStart(Intent intent, int startId) { argument
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DRssService.java96 protected void onStart(Intent intent, int startId){ argument
97 super.onStart(startId, arguments);
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java139 public int onStartCommand(Intent intent, int flags, int startId) { argument
/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DWordWidget.java52 public void onStart(Intent intent, int startId) { argument
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
H A DWordWidget.java53 public void onStart(Intent intent, int startId) { argument
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
H A DBluetoothHDPService.java164 public int onStartCommand(Intent intent, int flags, int startId) { argument
/development/samples/ToyVpn/src/com/example/android/toyvpn/
H A DToyVpnService.java50 public int onStartCommand(Intent intent, int flags, int startId) { argument
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
H A DMusicService.java212 public int onStartCommand(Intent intent, int flags, int startId) { argument

Completed in 4416 milliseconds