OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stopSelf
(Results
1 - 25
of
47
) sorted by null
1
2
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java
44
stopSelf
(); // stop service after handling the action
/packages/services/Telephony/src/com/android/phone/
HfaService.java
69
stopSelf
();
EmergencyCallbackModeService.java
80
stopSelf
();
120
stopSelf
();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java
49
public void
stopSelf
() {
/frameworks/base/core/java/android/app/
Service.java
121
* {@link #
stopSelf
()} is called. Note that multiple calls to
124
* will be stopped once Context.stopService() or
stopSelf
() is called; however,
125
* services can use their {@link #
stopSelf
(int)} method to ensure the service is
173
* remain until the Service has called {@link #
stopSelf
(int)} for that start
378
* redelivery until the service calls {@link #
stopSelf
(int)} with the
398
* killed before calling {@link #
stopSelf
(int)} for that Intent.
545
public final void
stopSelf
() {
546
stopSelf
(-1);
554
public final void
stopSelf
(int startId) {
584
* @see #
stopSelf
()
[
all
...]
/frameworks/base/core/java/android/net/
VpnService.java
224
* implementation of this method is calling {@link Service#
stopSelf
()}.
232
stopSelf
();
/packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java
87
stopSelf
();
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java
64
stopSelf
();
75
stopSelf
();
CellBroadcastAlertAudio.java
122
stopSelf
();
135
stopSelf
();
152
stopSelf
();
199
stopSelf
();
241
stopSelf
();
287
stopSelf
();
/development/apps/Development/src/com/android/development/
BadBehaviorActivity.java
68
stopSelf
();
/development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java
86
stopSelf
();
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/
ChildProcessService.java
208
// We call
stopSelf
() to request that this service be stopped as soon as the client
212
stopSelf
();
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
132
stopSelf
();
140
stopSelf
();
184
stopSelf
();
199
stopSelf
();
217
stopSelf
();
/frameworks/base/test-runner/src/android/test/
ServiceTestCase.java
258
mService.
stopSelf
();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java
189
stopSelf
();
/packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java
53
stopSelf
();
85
stopSelf
();
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java
159
stopSelf
();
/packages/apps/Exchange/src/com/android/exchange/service/
PingSyncSynchronizer.java
282
mService.
stopSelf
();
366
mService.
stopSelf
();
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java
128
stopSelf
();
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java
151
stopSelf
();
158
stopSelf
();
/frameworks/base/core/java/android/service/dreams/
DreamService.java
697
stopSelf
(); // if launched via any other means
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
95
stopSelf
();
101
stopSelf
();
117
stopSelf
();
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java
319
stopSelf
();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
226
stopSelf
();
376
stopSelf
();
419
stopSelf
();
[
all
...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java
326
* Checks job list and call {@link #
stopSelf
()} when there's no job and no scanner connection
372
stopSelf
();
Completed in 2188 milliseconds
1
2