OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startservice
(Results
26 - 50
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/base/packages/SystemUI/src/com/android/systemui/
BootReceiver.java
40
context.
startService
(loadavg);
/frameworks/base/tests/BandwidthTests/
AndroidManifest.xml
28
<!-- adb shell am
startservice
-n com.android.tests.bandwidthenforcement/.BandwidthEnforcementTestService -->
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
BootReceiver.java
34
context.
startService
(new Intent("com.ti.server.FmService"));
/packages/apps/Exchange/exchange2/src/com/android/exchange/
MailboxAlarmReceiver.java
35
context.
startService
(new Intent(context, ExchangeService.class));
/packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusReceiver.java
32
context.
startService
(intent);
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerReceiver.java
36
context.
startService
(new Intent(context, OneTimeInitializerService.class));
/packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java
38
context.
startService
(new Intent(context, StkAppService.class)
StkLauncherActivity.java
35
startService
(new Intent(this, StkAppService.class).putExtras(args));
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkReceiver.java
34
if (context.
startService
(intent) == null) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProviderBroadcastReceiver.java
40
context.
startService
(intent);
/frameworks/base/docs/html-intl/ja/guide/topics/
fundamentals.jd
166
android.content.Context#
startService
Context.
startService
()}</code> ? Intent ????????????Android ????????? <code>{@link android.app.Service#onStart
[
all
...]
/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);
/frameworks/base/docs/html/tools/testing/
service_testing.jd
86
call {@link android.test.ServiceTestCase#
startService
(Intent) ServiceTestCase.
startService
()} or
152
{@link android.content.Context#
startService
(Intent) Context.
startService
()} or
162
<code>Context.
startService
()</code>. Only the first call triggers
166
In addition, remember that <code>
startService
()</code> calls don't
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
PhoneNumberTestService.java
38
adb shell am
startservice
-e n PHONE_NUMBER \
44
adb shell am
startservice
-e n '6502530000' \
QueryService.java
31
adb shell am
startservice
-d URI \
37
adb shell am
startservice
-d content://com.android.contacts/directories \
/development/samples/Alarm/
_index.html
9
<code>Context.
startService
(Intent)</code> and stops itself when its work is done. You can
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java
49
startService
(new Intent(NotifyingController.this,
/development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnClient.java
63
startService
(intent);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PackagesMonitor.java
40
context.
startService
(intent);
/packages/apps/KeyChain/tests/
AndroidManifest.xml
25
adb shell am
startservice
-n com.android.keychain.tests/.KeyChainServiceTest
/packages/apps/Mms/tests/src/com/android/mms/util/
SendIntentTests.java
43
getContext().
startService
(intent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
EventHandler.java
46
context.
startService
(intent);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ReplayerService.java
31
* In particular, makes access from a host possible through {@code adb am
startservice
}.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PackageIntentReceiver.java
54
context.
startService
(intentToForward);
/frameworks/base/core/java/android/app/
IntentService.java
29
* through {@link android.content.Context#
startService
(Intent)} calls; the
103
// during processing, and to have a static
startService
(Context, Intent)
159
* android.content.Context#
startService
(Intent)}.
Completed in 754 milliseconds
1
2
3
4
5
6
7
8
9