OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finishStartingService
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java
62
// <code>
finishStartingService
</code> were copied from
89
public static void
finishStartingService
(Service service, int startId) {
SmsReceiverService.java
221
SmsReceiver.
finishStartingService
(SmsReceiverService.this, serviceId);
/packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java
192
DockEventReceiver.
finishStartingService
(this, startId);
231
DockEventReceiver.
finishStartingService
(this, startId);
299
DockEventReceiver.
finishStartingService
(this, startId);
597
DockEventReceiver.
finishStartingService
(
697
DockEventReceiver.
finishStartingService
(this, startId);
704
DockEventReceiver.
finishStartingService
(this, mPendingTurnOffStartId);
713
DockEventReceiver.
finishStartingService
(this, startId);
732
DockEventReceiver.
finishStartingService
(this, mPendingStartId);
760
DockEventReceiver.
finishStartingService
(this, mPendingTurnOnStartId);
764
DockEventReceiver.
finishStartingService
(this, startId)
[
all
...]
DockEventReceiver.java
144
public static void
finishStartingService
(Service service, int startId) {
149
Log.d(TAG, "
finishStartingService
: stopping service");
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
191
public static void
finishStartingService
(Service service, int startId) {
[
all
...]
AlertService.java
[
all
...]
Completed in 251 milliseconds