HomeSort by relevance Sort by last modified time
    Searched refs:onStartCommand (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
ResponderService.java 72 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/core/java/android/app/
Service.java 122 * if needed) and then call its {@link #onStartCommand} method with the
127 * calls to onStartCommand()), so no matter how many times it is started a service
134 * onStartCommand(): {@link #START_STICKY} is used for services that are
143 * doing so), but does not call onStartCommand(). The client will receive the
202 * {@link #onCreate onCreate()}, {@link #onStartCommand onStartCommand()},
234 * consequence of this is that if you implement {@link #onStartCommand onStartCommand()}
348 * @deprecated Implement {@link #onStartCommand(Intent, int, int)} instead.
355 * Bits returned by {@link #onStartCommand} describing how to continu
    [all...]
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerService.java 65 public int onStartCommand(Intent intent, int flags, int startId) {
66 Log.d(TAG, "onStartCommand");
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 139 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerService.java 86 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamReceiveService.java 61 public int onStartCommand(Intent intent, int flags, int startId) {
BeamSendService.java 94 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 161 public synchronized int onStartCommand(final Intent intent, final int flags,
183 // Since calls to onStartCommand are serialized, the submissions to the executor
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 190 public int onStartCommand(Intent intent, int flags, int startId) {
193 if (DEBUG) Log.d(TAG, "Service onStartCommand");
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
RcsService.java 156 public int onStartCommand(Intent intent, int flags, int startId) {
157 logger.debug("RcsService onStartCommand");
159 return super.onStartCommand(intent, flags, startId);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 149 public int onStartCommand(Intent intent, int flags, int startId) {
150 super.onStartCommand(intent, flags, startId);
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 354 public int onStartCommand(Intent intent, int flags, int startId) {
356 return super.onStartCommand(intent, flags, startId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserService.java 141 public int onStartCommand(Intent intent, int flags, int startId) {
BleScannerService.java 101 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
LauncherCallbackTestsService.java 130 public int onStartCommand(Intent intent, int flags, int startId) {
  /cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
SimpleAppWidgetHostService.java 130 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 153 // platform. On 2.0 or later we override onStartCommand() so this
161 public int onStartCommand(Intent intent, int flags, int startId) {
ServiceStartArguments.java 126 public int onStartCommand(Intent intent, int flags, int startId) {
137 // for some reason in onStartCommand().
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 164 public int onStartCommand(Intent intent, int flags, int startId) {
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnService.java 50 public int onStartCommand(Intent intent, int flags, int startId) {
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PersistService.java 80 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
SvcMonitor.java 26 public int onStartCommand(Intent intent, int flags, int startId) {
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
AbstractService.java 96 public int onStartCommand(Intent intent, int flags, int startId) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 112 public int onStartCommand(Intent intent, int flags, int startId) {
113 if (DBG) log("onStartCommand()");

Completed in 822 milliseconds

1 23 4 5 6 7