OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startService
(Results
1 - 25
of
330
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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));
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapReceiver.java
58
boolean
startService
= true;
67
startService
= false;
73
startService
= false;
76
if (
startService
) {
78
context.
startService
(in);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
AssistProxyActivity.java
31
startService
(intent);
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainBroadcastReceiver.java
12
context.
startService
(intent);
/packages/apps/TV/src/com/android/tv/dvr/
DvrStartRecordingReceiver.java
29
DvrRecordingService.
startService
(context);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java
44
context.
startService
(intent);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
FileOperationServiceTest.java
75
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
76
startService
(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
83
startService
(createCopyIntent(new ArrayList<DocumentInfo>(), BETA_DOC));
84
startService
(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
93
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
94
startService
(createCopyIntent(newArrayList(GAMMA_DOC), DELTA_DOC));
103
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
109
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
117
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC));
125
startService
(createCopyIntent(newArrayList(ALPHA_DOC), BETA_DOC))
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
415
Installer installer = mSystemServiceManager.
startService
(Installer.class);
418
mActivityManagerService = mSystemServiceManager.
startService
(
427
mPowerManagerService = mSystemServiceManager.
startService
(PowerManagerService.class);
436
mSystemServiceManager.
startService
(LightsService.class);
440
mDisplayManagerService = mSystemServiceManager.
startService
(DisplayManagerService.class);
482
mSystemServiceManager.
startService
(UserManagerService.LifeCycle.class);
501
mSystemServiceManager.
startService
(BatteryService.class);
504
mSystemServiceManager.
startService
(UsageStatsService.class);
509
mWebViewUpdateService = mSystemServiceManager.
startService
(WebViewUpdateService.class);
564
mSystemServiceManager.
startService
(TelecomLoaderService.class)
[
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);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
ServiceIntentSender.java
36
mContext.
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/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerReceiver.java
36
context.
startService
(new Intent(context, OneTimeInitializerService.class));
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DisableContextActivity.java
40
startService
(intent);
DelayedAssistantActivity.java
41
ComponentName serviceName =
startService
(intent);
/cts/tests/tests/telephony/src/android/telephony/cts/
CarrierServiceTest.java
38
startService
(intent);
/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);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
40
startService
(intent);
46
startService
(intent);
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcherTest.java
54
service.
startService
(actualIntent);
58
service.
startService
(actualIntent);
62
service.
startService
(actualIntent);
/packages/apps/Music/src/com/android/music/
MediaButtonIntentReceiver.java
65
context.
startService
(i);
128
context.
startService
(i);
132
context.
startService
(i);
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
VoiceInteractionMain.java
37
ComponentName serviceName =
startService
(intent);
Completed in 1014 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>