OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startService
(Results
76 - 100
of
212
) sorted by null
1
2
3
4
5
6
7
8
9
/cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorProcessTest.java
98
context.
startService
(redIntent);
99
context.
startService
(blueIntent);
ProcessTest.java
71
getContext().
startService
(mIntent);
TokenWatcherTest.java
84
getContext().
startService
(mIntent);
/development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java
221
startService
(intent);
229
startService
(intent);
IsolatedService.java
134
mActivity.
startService
(new Intent(mActivity, mClz));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContextWrapper.java
129
public ComponentName
startService
(Intent service) {
130
return getApplicationContext().
startService
(service);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java
76
context.
startService
(intent);
186
context.
startService
(serviceIntent);
CellBroadcastAlertService.java
186
startService
(alertIntent);
328
startService
(audioIntent);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactDetailActivity.java
149
ContactDetailActivity.this.
startService
(intent);
287
startService
(serviceIntent);
/packages/apps/Mms/apptests/src/com/android/mms/tests/
SmsSendIntentTestActivity.java
137
startService
(intent);
165
startService
(intent);
/packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java
124
mContext.
startService
(new Intent(mContext, TransactionService.class));
167
context.
startService
(new Intent(context, TransactionService.class));
/packages/apps/MusicFX/src/com/android/musicfx/
Compatibility.java
78
startService
(updateIntent);
104
context.
startService
(updateIntent);
ControlPanelPicker.java
113
startService
(updateIntent);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java
202
activity.
startService
(intent);
213
shadowApplication.
startService
(getSomeActionIntent("some.action"));
214
shadowApplication.
startService
(getSomeActionIntent("another.action"));
/packages/apps/Email/src/com/android/email/service/
EmailBroadcastProcessorService.java
101
context.
startService
(i);
107
context.
startService
(i);
119
context.
startService
(i);
/cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java
126
getContext().
startService
(mSeparateIntent);
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java
99
startService
(new Intent(LocalServiceBroadcaster.this, LocalService.class));
/development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java
47
context.
startService
(new Intent(context, UpdateService.class));
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java
48
context.
startService
(new Intent(context, UpdateService.class));
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java
54
startService
(new Intent(FakeApp.this, FakeBackgroundService.class));
/packages/apps/InCallUI/src/com/android/incallui/
CallerInfoUtils.java
191
context.
startService
(intent);
/packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java
134
if (context.
startService
(intent) == null) {
/packages/apps/Stk/src/com/android/stk/
StkDialogActivity.java
158
startService
(new Intent(this, StkAppService.class).putExtras(args));
/packages/services/Telephony/src/com/android/phone/
InCallScreenShowActivation.java
202
startService
(intent);
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationService.java
270
startService
(startIntent);
276
startService
(AndroidListener.createStopIntent(this));
Completed in 387 milliseconds
1
2
3
4
5
6
7
8
9