OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopService
(Results
1 - 25
of
111
) sorted by null
1
2
3
4
5
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
LauncherUtils.java
65
return context.
stopService
(intent);
79
return context.
stopService
(intent);
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeUpCall.java
56
stopService
(intent);
61
stopService
(intent);
70
stopService
(intent);
90
private void
stopService
(Intent i) {
/cts/tests/app/src/android/app/cts/
ServiceTest.java
161
mContext.
stopService
(service);
165
mContext.
stopService
(service);
249
* and stopped by calling Context.
stopService
().
251
* Only one
stopService
() call is needed to stop the service,
282
mContext.
stopService
(service);
288
mContext.
stopService
(service);
307
mContext.
stopService
(service);
314
mContext.
stopService
(service);
333
mContext.
stopService
(service);
350
mContext.
stopService
(service)
[
all
...]
IntentServiceTest.java
46
mContext.
stopService
(mIntent);
109
mContext.
stopService
(mIntent);
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
129
mContext.
stopService
(mService);
223
getContext().
stopService
(mService);
234
getContext().
stopService
(mService);
254
getContext().
stopService
(mService);
265
getContext().
stopService
(mService);
285
getContext().
stopService
(mService);
306
getContext().
stopService
(mService);
ProcessTest.java
91
getContext().
stopService
(mIntent);
164
getContext().
stopService
(mIntent);
195
getContext().
stopService
(mIntent);
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java
56
stopService
(new Intent(NotifyingController.this,
LocalServiceActivities.java
60
// until someone calls
stopService
(). The Intent we use to find
74
stopService
(new Intent(Controller.this,
/external/ims/rcs/rcsservice/src/com/android/service/ims/
LauncherUtils.java
72
context.
stopService
(new Intent(context, RcsService.class));
/packages/apps/Terminal/src/com/android/terminal/
TerminalService.java
66
stopService
(new Intent(this, TerminalService.class));
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java
85
stopService
();
142
stopService
();
160
private void
stopService
() {
164
stopService
(service);
/cts/tests/app/app/src/android/app/stubs/
MockService.java
125
public static void
stopService
(Context context) {
128
context.
stopService
(intent);
/frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java
211
getContext().
stopService
(service);
219
getContext().
stopService
(service);
252
getContext().
stopService
(service);
263
getContext().
stopService
(service);
282
getContext().
stopService
(service);
293
getContext().
stopService
(service);
312
getContext().
stopService
(service);
333
getContext().
stopService
(service);
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/
IUceService.aidl
48
boolean
stopService
();
UceServiceBase.java
44
public boolean
stopService
() {
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
BTtraffic.java
53
stopService
();
126
public void
stopService
() {
188
bttraffic.
stopService
();
211
bttraffic.
stopService
();
276
bttraffic.
stopService
();
294
bttraffic.
stopService
();
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java
77
context.
stopService
(intent);
/developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java
100
stopService
(new Intent(this, ResponderService.class));
/developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java
100
stopService
(new Intent(this, ResponderService.class));
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
MainActivity.java
100
stopService
(new Intent(this, ResponderService.class));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java
79
stopService
();
209
stopService
();
217
private void
stopService
() {
218
if (mDebug) Log.d(mTag, "
stopService
");
219
boolean stopped = mContext.
stopService
(new Intent().setComponent(mServiceName));
/packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java
65
boolean status = context.
stopService
(new Intent(context, MtpService.class));
66
if (DEBUG) { Log.d(TAG, "handleUsbState
stopService
status=" + status); }
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerProvisioningActivity.java
167
stopService
(new Intent(this, DeviceOwnerProvisioningService.class));
242
stopService
(new Intent(DeviceOwnerProvisioningActivity.this,
256
stopService
(new Intent(DeviceOwnerProvisioningActivity.this,
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java
171
c.
stopService
(getServiceIntent(c));
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserFragment.java
171
c.
stopService
(getServiceIntent(c));
Completed in 1418 milliseconds
1
2
3
4
5