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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/
NightDisplayServiceTest.java 111 startService();
120 startService();
129 startService();
138 startService();
147 startService();
156 startService();
165 startService();
174 startService();
183 startService();
192 startService();
    [all...]
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicIntentReceiver.java 39 context.startService(new Intent(MusicService.ACTION_PAUSE));
49 context.startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
52 context.startService(new Intent(MusicService.ACTION_PLAY));
55 context.startService(new Intent(MusicService.ACTION_PAUSE));
58 context.startService(new Intent(MusicService.ACTION_STOP));
61 context.startService(new Intent(MusicService.ACTION_SKIP));
66 context.startService(new Intent(MusicService.ACTION_REWIND));
MainActivity.java 78 startService(new Intent(MusicService.ACTION_PLAY));
80 startService(new Intent(MusicService.ACTION_PAUSE));
82 startService(new Intent(MusicService.ACTION_SKIP));
84 startService(new Intent(MusicService.ACTION_REWIND));
86 startService(new Intent(MusicService.ACTION_STOP));
113 startService(i);
128 startService(new Intent(MusicService.ACTION_TOGGLE_PLAYBACK));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureConnectionPriorityClientTestActivity.java 29 startService(intent);
BleInsecureClientStartActivity.java 31 startService(mIntent);
BleInsecureEncryptedClientTestActivity.java 30 startService(mIntent);
BleInsecureServerStartActivity.java 30 startService(mIntent);
BleSecureEncryptedServerTestActivity.java 30 startService(mIntent);
BleSecureServerStartActivity.java 30 startService(mIntent);
BleSecureConnectionPriorityClientTestActivity.java 31 startService(mIntent);
BleSecureEncryptedClientTestActivity.java 31 startService(mIntent);
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistProxyActivity.java 31 startService(intent);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/
BootCompleteReceiver.java 26 context.startService(hvacUiService);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java 44 context.startService(intent);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
FileOperationServiceTest.java 124 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
125 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
133 startService(createCopyIntent(new ArrayList<>(), BETA_DOC));
137 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
146 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
147 startService(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
156 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
157 startService(createDeleteIntent(newArrayList(GAMMA_DOC)));
164 startService(createDeleteIntent(newArrayList(ALPHA_DOC)));
171 startService(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC))
    [all...]
  /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);
  /tools/tradefederation/core/util-apps/DeviceSetupUtil/src/com/android/tradefed/utils/
DeviceSetupIntentReceiver.java 41 context.startService(intent);
53 context.startService(intent);
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ituxdApp.java 38 startService(new Intent(this, ThermalService.class));
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingServiceManager.java 83 startService();
141 startService();
158 private void startService() {
159 mAppContext.startService(new Intent(mAppContext, ProcessingService.class));
  /packages/apps/Car/Messenger/src/com/android/car/messenger/
MessengerReceiver.java 32 context.startService(startIntent);
  /frameworks/base/services/java/com/android/server/
SystemServer.java 510 Installer installer = mSystemServiceManager.startService(Installer.class);
516 mSystemServiceManager.startService(DeviceIdentifiersPolicyService.class);
521 mActivityManagerService = mSystemServiceManager.startService(
532 mPowerManagerService = mSystemServiceManager.startService(PowerManagerService.class);
544 mSystemServiceManager.startService(RecoverySystemService.class);
555 mSystemServiceManager.startService(LightsService.class);
561 mDisplayManagerService = mSystemServiceManager.startService(DisplayManagerService.class);
613 mSystemServiceManager.startService(UserManagerService.LifeCycle.class);
632 mSystemServiceManager.startService(new OverlayManagerService(mSystemContext, installer));
654 mSystemServiceManager.startService(DropBoxManagerService.class)
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
DvrRecordingServiceTest.java 63 startService(null);
68 startService(null);
79 startService(intent);
87 startService(intent);
101 startService(intent);
120 startService(intent);
135 startService(intent);
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleReceiverStartService.java 29 context.startService(serviceIntent);
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DisableContextActivity.java 40 startService(intent);

Completed in 483 milliseconds

1 2 3 4 5 6 7 8 91011>>