Home
last modified time | relevance | path

Searched refs:finishStartingService (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java192 DockEventReceiver.finishStartingService(this, startId); in onStartCommand()
231 DockEventReceiver.finishStartingService(this, startId); in onStartCommand()
299 DockEventReceiver.finishStartingService(this, startId); in processMessage()
597 DockEventReceiver.finishStartingService(
697 DockEventReceiver.finishStartingService(this, startId); in handleBtStateChange()
704 DockEventReceiver.finishStartingService(this, mPendingTurnOffStartId); in handleBtStateChange()
713 DockEventReceiver.finishStartingService(this, startId); in handleBtStateChange()
732 DockEventReceiver.finishStartingService(this, mPendingStartId); in handleBluetoothStateOn()
760 DockEventReceiver.finishStartingService(this, mPendingTurnOnStartId); in handleBluetoothStateOn()
764 DockEventReceiver.finishStartingService(this, startId); in handleBluetoothStateOn()
[all …]
DDockEventReceiver.java144 public static void finishStartingService(Service service, int startId) { in finishStartingService() method in DockEventReceiver
/packages/apps/Mms/src/com/android/mms/transaction/
DSmsReceiverService.java133 SmsReceiver.finishStartingService(SmsReceiverService.this, startId); in onStartCommand()
228 SmsReceiver.finishStartingService(SmsReceiverService.this, serviceId); in handleMessage()
DSmsReceiver.java89 public static void finishStartingService(Service service, int startId) { in finishStartingService() method in SmsReceiver
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java1095 AlertReceiver.finishStartingService(AlertService.this, msg.arg1); in handleMessage()
DAlertReceiver.java191 public static void finishStartingService(Service service, int startId) { in finishStartingService() method in AlertReceiver