HomeSort by relevance Sort by last modified time
    Searched refs:startService (Results 1 - 25 of 146) sorted by null

1 2 3 4 5 6

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureConnectionPriorityClientTestActivity.java 29 startService(intent);
BleCocInsecureServerStartActivity.java 30 startService(mIntent);
BleCocSecureServerStartActivity.java 30 startService(mIntent);
BleInsecureEncryptedClientTestActivity.java 30 startService(mIntent);
BleInsecureServerStartActivity.java 30 startService(mIntent);
BleSecureEncryptedServerTestActivity.java 30 startService(mIntent);
BleSecureServerStartActivity.java 30 startService(mIntent);
BleCocInsecureClientStartActivity.java 36 startService(mIntent);
BleCocSecureClientStartActivity.java 36 startService(mIntent);
BleInsecureClientStartActivity.java 36 startService(mIntent);
BleSecureConnectionPriorityClientTestActivity.java 31 startService(mIntent);
BleSecureEncryptedClientTestActivity.java 31 startService(mIntent);
BleSecureClientStartActivity.java 37 startService(mIntent);
  /development/samples/training/notify-user/src/com/example/android/pingme/
ResultActivity.java 41 startService(intent);
47 startService(intent);
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
LauncherUtils.java 53 return (context.startService(intent) != null);
72 return (context.startService(intent) != null);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleReceiverStartService.java 29 context.startService(serviceIntent);
SimpleActivityStartService.java 50 startService(serviceIntent);
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
VoiceInteractionMain.java 37 ComponentName serviceName = startService(intent);
  /development/samples/Alarm/tests/src/com/example/android/newalarm/
AlarmServiceTest.java 67 * Tests the service's onCreate() method. Starts the service using startService(Intent)
71 this.startService(mStartServiceIntent);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerServiceLauncher.java 41 startService(intent);
  /cts/apps/ForceStopHelperApp/src/com/android/cts/forcestophelper/
RecentTaskActivity.java 42 startService(serviceIntent);
  /cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
VpnClient.java 46 startService(new Intent(this, ReflectorVpnService.class));
  /cts/hostsidetests/dumpsys/apps/storagedapp/src/com/android/server/cts/storaged/
StoragedTest.java 56 mContext.startService(intent);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/
TestLogClient.java 50 mContext.startService(intent);
  /cts/tests/tests/appcomponentfactory/src/android/app/componentfactory/cts/
AppComponentFactoryTest.java 56 mContext.startService(new Intent()

Completed in 1730 milliseconds

1 2 3 4 5 6