/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DockService.java | 180 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 181 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand() 189 DockEventReceiver.finishStartingService(this, startId); in onStartCommand() 194 handleBtStateChange(intent, startId); in onStartCommand() 209 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getHeadsetProfile(), startId); in onStartCommand() 219 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getA2dpProfile(), startId); in onStartCommand() 228 DockEventReceiver.finishStartingService(this, startId); in onStartCommand() 236 msg.arg2 = startId; in onStartCommand() 257 final int startId = msg.arg2; in processMessage() local 270 createDialog(device, state, startId); in processMessage() [all …]
|
D | DockEventReceiver.java | 139 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument 142 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId); in finishStartingService() 143 if (service.stopSelfResult(startId)) { in finishStartingService()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 59 int startId = Integer.decode(channelRange.substring(0, dashIndex)); in setChannelRange() local 62 if (DBG) Log.d(TAG, "enabling emergency IDs " + startId + '-' + endId); in setChannelRange() 63 manager.enableCellBroadcastRange(startId, endId); in setChannelRange() 65 if (DBG) Log.d(TAG, "disabling emergency IDs " + startId + '-' + endId); in setChannelRange() 66 manager.disableCellBroadcastRange(startId, endId); in setChannelRange() 94 int startId = Integer.decode(channelRange.substring(0, dashIndex)); in isOperatorDefinedEmergencyId() local 96 if (messageId >= startId && messageId <= endId) { in isOperatorDefinedEmergencyId()
|
D | CellBroadcastAlertService.java | 48 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
D | CellBroadcastAlertAudio.java | 214 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Email/src/com/android/email/service/ |
D | MailService.java | 138 public int onStartCommand(final Intent intent, int flags, final int startId) { in onStartCommand() argument 139 super.onStartCommand(intent, flags, startId); in onStartCommand() 149 mStartId = startId; in onStartCommand() 185 startId); in onStartCommand() 202 stopSelf(startId); in onStartCommand() 212 stopSelf(startId); in onStartCommand() 237 stopSelf(startId); in onStartCommand() 249 stopSelf(startId); in onStartCommand() 264 stopSelf(startId); in onStartCommand() 419 private boolean syncOneAccount(Controller controller, long checkAccountId, int startId) { in syncOneAccount() argument [all …]
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | SmsReceiver.java | 90 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument 93 if (service.stopSelfResult(startId)) { in finishStartingService()
|
D | TransactionService.java | 178 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 186 Log.v(TAG, "onStart: #" + startId + ": " + intent.getExtras() + " intent=" + intent); in onStartCommand() 207 stopSelfIfIdle(startId); in onStartCommand() 228 onNetworkUnavailable(startId, transactionType); in onStartCommand() 252 launchTransaction(startId, args, false); in onStartCommand() 264 stopSelfIfIdle(startId); in onStartCommand() 272 launchTransaction(startId, args, noNetwork); in onStartCommand() 277 private void stopSelfIfIdle(int startId) { in stopSelfIfIdle() argument 289 stopSelf(startId); in stopSelfIfIdle()
|
D | SmsReceiverService.java | 125 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 131 Log.v(TAG, "onStart: #" + startId + " mResultCode: " + mResultCode + in onStartCommand() 136 msg.arg1 = startId; in onStartCommand()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | NoConfirmationSendService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 40 super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkService.java | 37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalSource.java | 216 int startId = Integer.parseInt(pid.path.getSuffix()); in processMapMediaItems() local 217 ids.add(startId); in processMapMediaItems() 223 if (curId - startId >= MediaSet.MEDIAITEM_BATCH_FETCH_COUNT) { in processMapMediaItems()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryServiceHelper.java | 349 public void onStart(Intent intent, int startId) { in onStart() argument 351 Log.d(TAG, "onStart startId=" + startId); in onStart() 353 super.onStart(intent, startId); in onStart()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 114 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument 117 if (service.stopSelfResult(startId)) { in finishStartingService()
|
D | AlertService.java | 458 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 461 msg.arg1 = startId; in onStartCommand()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaScannerService.java | 131 public int onStartCommand(Intent intent, int flags, int startId) in onStartCommand() argument 149 msg.arg1 = startId; in onStartCommand()
|
D | MtpService.java | 108 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Email/src/com/android/email/provider/ |
D | WidgetProvider.java | 96 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Phone/src/com/android/phone/ |
D | NetworkQueryService.java | 167 public void onStart(Intent intent, int startId) { in onStart() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 211 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 213 int retCode = super.onStartCommand(intent, flags, startId); in onStartCommand() 215 mStartId = startId; in onStartCommand()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadService.java | 225 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 226 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmKlaxon.java | 112 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainServiceTest.java | 106 @Override public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppService.java | 183 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 185 int retCode = super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/apps/Stk/src/com/android/stk/ |
D | StkAppService.java | 162 public void onStart(Intent intent, int startId) { in onStart() argument
|