OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startservice
(Results
101 - 125
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
TestsListActivity.java
94
startService
(serviceIntent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java
96
startService
(new Intent(TrackerActivity.this,
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java
241
context.
startService
(intent);
249
context.
startService
(intent);
280
context.
startService
(intent);
286
context.
startService
(intent);
[
all
...]
/packages/apps/Email/src/com/android/email/service/
MailService.java
107
context.
startService
(i);
114
context.
startService
(i);
121
context.
startService
(i);
134
context.
startService
(i);
/packages/apps/Settings/src/com/android/settings/
MediaFormat.java
65
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/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DownloadProviderFunctionalTest.java
117
startService
(null);
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
BaseBindingActivity.java
141
startService
(service);
/frameworks/base/core/java/android/app/
AlarmManager.java
36
* called {@link android.content.Context#
startService
Context.
startService
()}, it
/frameworks/base/core/java/android/content/
ContextWrapper.java
472
public ComponentName
startService
(Intent service) {
473
return mBase.
startService
(service);
BroadcastReceiver.java
185
* use {@link android.content.Context#
startService
Context.
startService
()} to
472
* {@link Context#
startService
(Intent)} instead of
517
* Context#
startService
(Intent)} for more information.
[
all
...]
/frameworks/base/docs/html/guide/topics/manifest/
service-element.jd
143
<code>{@link android.content.Context#
startService
startService
()}</code>,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java
279
context.
startService
(new Intent(context, BluetoothOppService.class));
286
context.
startService
(new Intent(context, BluetoothOppService.class));
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
179
startService
(alertIntent);
321
startService
(audioIntent);
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactLoaderFragment.java
341
mContext.
startService
(intent);
460
mContext.
startService
(intent);
/packages/apps/DeskClock/src/com/android/deskclock/
DeskClock.java
170
startService
(stopwatchIntent);
186
startService
(intent);
/packages/apps/Phone/src/com/android/phone/
NetworkSetting.java
239
// long as
startService
is called) until a stopservice request is made. Since
242
startService
(new Intent(this, NetworkQueryService.class));
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
210
startService
(new Intent(BadBehaviorActivity.this, BadService.class));
/development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java
127
* Initializes the service when it is first started by a call to
startService
() or
/development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java
300
startService
(secureWebServerIntent);
/frameworks/base/docs/html/guide/components/
bound-services.jd
76
started by calling {@link android.content.Context#
startService
startService
()}, which allows the
113
service was also started by {@link android.content.Context#
startService
startService
()}).</p>
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattDebugUtils.java
69
* adb shell am
startservice
-a <action> <component>
/packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetProvider.java
73
context.
startService
(service);
/packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java
217
startService
(intent);
Completed in 956 milliseconds
1
2
3
4
5
6
7
8
9