HomeSort by relevance Sort by last modified time
    Searched refs:startService (Results 101 - 125 of 353) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/services/Telephony/src/com/android/phone/otasp/
OtaspSimStateReceiver.java 40 mContext.startService(new Intent(mContext, OtaspActivationService.class));
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java 141 startService(service);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 211 getContext().startService(mService);
247 getContext().startService(mService);
278 getContext().startService(mService);
CrossProcessExceptionTest.java 72 context.startService(greenIntent);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 147 startService(basicStartIntent);
174 startService(requeryIntent, startupVals);
204 startService(startIntent);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 52 context.startService(intent);
59 context.startService(intent);
66 context.startService(intent);
  /packages/services/Telephony/src/com/android/phone/vvm/
RemoteVvmTaskManager.java 87 context.startService(intent);
96 context.startService(intent);
103 context.startService(intent);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleButtonActivity.java 76 startService(intent);
BleInsecureEncryptedServerTestActivity.java 49 startService(mIntent);
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
GrantUriPermission.java 32 public static final String ACTION_START_SERVICE = "startService";
63 context.startService(newIntent);
  /cts/tests/app/src/android/app/cts/
ActivityManagerProcessStateTest.java 344 mContext.startService(serviceIntent);
357 mContext.startService(serviceIntent);
388 mContext.startService(serviceIntent);
401 mContext.startService(serviceIntent);
515 mContext.startService(mServiceIntent);
551 mContext.startService(mServiceIntent);
559 mContext.startService(mService2Intent);
    [all...]
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 163 c.startService(getServiceIntent(c));
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java 163 c.startService(getServiceIntent(c));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LocalServiceActivities.java 64 startService(new Intent(Controller.this,
71 // Cancel a previous call to startService(). Note that the
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserFragment.java 163 c.startService(getServiceIntent(c));
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
RemoteAPI.java 98 m_context.startService(testIntent);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 112 virtual void startService();
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ServiceIntentSender.java 74 mContext.startService(intent);
  /frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 111 ComponentName cn = getContext().startService(mServceIntent);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/avrcp/
AvrcpTest.java 54 // We must return at least one to try to startService
67 when(mockContext.startService(isA(Intent.class))).thenThrow(new SecurityException("test"));
  /packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
AccountImageHelper.java 104 context.startService(intent);
  /packages/apps/Email/provider_src/com/android/email/service/
EmailBroadcastProcessorService.java 98 context.startService(i);
104 context.startService(i);
116 context.startService(i);
136 startService(broadcastIntent);
  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 165 startService(intent);
193 startService(intent);
264 startService(intent);
276 startService(intent);
  /packages/apps/Stk/src/com/android/stk/
StkMain.java 101 startService(new Intent(this, StkAppService.class)
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 54 context.startService(new Intent(context, UserSwitchListenerService.class));

Completed in 1960 milliseconds

1 2 3 45 6 7 8 91011>>