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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
IUceService.aidl 41 boolean startService(IUceListener uceListener);
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContext.java 64 public ComponentName startService(final Intent intent) {
65 // Record that a startService occurred with the intent that was passed.
66 Log.d(TAG, "MockContext receiving startService. intent=" + intent.toString());
69 return super.startService(intent);
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 73 context.startService(
80 context.startService(
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java 272 startService(intent);
280 startService(intent);
288 startService(intent);
296 startService(intent);
311 startService(intent);
ServiceStartArguments.java 232 startService(new Intent(Controller.this,
240 startService(new Intent(Controller.this,
248 startService(new Intent(Controller.this,
257 startService(new Intent(Controller.this,
  /frameworks/support/lifecycle/extensions/src/androidTest/java/android/arch/lifecycle/
ServiceLifecycleTest.java 94 context.startService(mServiceIntent);
111 context.startService(mServiceIntent);
133 context.startService(mServiceIntent);
160 context.startService(mServiceIntent);
183 context.startService(mServiceIntent);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
TestActivity.java 63 public TestEventListener<Intent> startService;
84 startService = new TestEventListener<>();
111 public final ComponentName startService(Intent intent) {
112 startService.accept(intent);
117 assertEquals(expectedAction, startService.getLastValue().getAction());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserHardwareScanFilterActivity.java 52 startService(intent);
70 startService(intent);
121 startService(intent);
BleAdvertiserPowerLevelActivity.java 51 startService(intent);
91 startService(intent);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerNotificationTest.java 56 mContext.startService(i);
72 mContext.startService(i);
83 mContext.startService(i);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 56 context.startService(intent);
60 context.startService(getClearRemoteNotificationsIntent(context));
88 context.startService(intent);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 56 context.startService(intent);
60 context.startService(getClearRemoteNotificationsIntent(context));
88 context.startService(intent);
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
UtilityService.java 56 context.startService(intent);
60 context.startService(getClearRemoteNotificationsIntent(context));
88 context.startService(intent);
  /packages/apps/Stk/src/com/android/stk/
StkCmdReceiver.java 89 context.startService(toService);
95 context.startService(new Intent(context, StkAppService.class)
102 context.startService(new Intent(context, StkAppService.class)
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 201 getContext().startService(new Intent(service).putExtras(bundle));
205 getContext().startService(new Intent(service).putExtras(bundle));
225 getContext().startService(service);
240 getContext().startService(service);
275 getContext().startService(service);
305 getContext().startService(service);
  /cts/hostsidetests/dumpsys/apps/ProcStatsTestApp/src/com/android/server/cts/procstats/
ProcStatsTest.java 67 InstrumentationRegistry.getContext().startService(
80 InstrumentationRegistry.getContext().startService(
  /cts/tests/app/src/android/app/cts/
IntentServiceTest.java 60 mContext.startService(addIntent);
88 mContext.startService(mIntent);
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperations.java 69 context.startService(intent);
82 activity.startService(intent);
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 38 context.startService(i);
  /development/samples/training/notify-user/src/com/example/android/pingme/
MainActivity.java 67 startService(mServiceIntent);
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 50 getInstrumentation().getContext().startService(new Intent(SERVICE_BASE_ACTION + i));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScanningService.java 53 mImpl.startService();
  /frameworks/support/core-utils/java/android/support/v4/content/
WakefulBroadcastReceiver.java 42 * {@link android.content.Context#startService startService()}, except that
77 * Do a {@link android.content.Context#startService(android.content.Intent)
78 * Context.startService}, but holding a wake lock while the service starts.
87 * {@link android.content.Context#startService(android.content.Intent)
88 * Context.startService}.
99 ComponentName comp = context.startService(intent);
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/hfpclient/
HeadsetClientServiceTest.java 34 getContext().startService(startIntent);
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertServiceTest.java 108 startService(intent);
131 startService(intent);
173 startService(intent);
193 startService(intent);

Completed in 1011 milliseconds

1 23 4 5 6 7 8 91011>>