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
63
// <code>
finishStartingService
</code> were copied from
90
public static void
finishStartingService
(Service service, int startId) {
SmsReceiverService.java
218
SmsReceiver.
finishStartingService
(SmsReceiverService.this, serviceId);
/packages/apps/Settings/src/com/android/settings/bluetooth/
DockService.java
189
DockEventReceiver.
finishStartingService
(this, startId);
228
DockEventReceiver.
finishStartingService
(this, startId);
294
DockEventReceiver.
finishStartingService
(this, startId);
551
DockEventReceiver.
finishStartingService
(
646
DockEventReceiver.
finishStartingService
(this, startId);
653
DockEventReceiver.
finishStartingService
(this, mPendingTurnOffStartId);
662
DockEventReceiver.
finishStartingService
(this, startId);
681
DockEventReceiver.
finishStartingService
(this, mPendingStartId);
709
DockEventReceiver.
finishStartingService
(this, mPendingTurnOnStartId);
713
DockEventReceiver.
finishStartingService
(this, startId)
[
all
...]
DockEventReceiver.java
141
public static void
finishStartingService
(Service service, int startId) {
146
Log.d(TAG, "
finishStartingService
: stopping service");
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
148
public static void
finishStartingService
(Service service, int startId) {
AlertService.java
[
all
...]
Completed in 8258 milliseconds