Home
last modified time | relevance | path

Searched refs:startId (Results 1 – 25 of 49) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java183 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
184 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand()
192 DockEventReceiver.finishStartingService(this, startId); in onStartCommand()
197 handleBtStateChange(intent, startId); in onStartCommand()
212 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getHeadsetProfile(), startId); in onStartCommand()
222 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getA2dpProfile(), startId); in onStartCommand()
231 DockEventReceiver.finishStartingService(this, startId); in onStartCommand()
239 msg.arg2 = startId; in onStartCommand()
260 final int startId = msg.arg2; in processMessage() local
274 createDialog(device, state, startId); in processMessage()
[all …]
DDockEventReceiver.java144 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
147 if (DEBUG) Log.d(TAG, "stopSelf id = " + startId); in finishStartingService()
148 if (service.stopSelfResult(startId)) { in finishStartingService()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastConfigService.java67 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); in setChannelRange() local
70 if (DBG) log("enabling emergency IDs " + startId + '-' + endId); in setChannelRange()
71 … manager.enableCellBroadcastRange(startId, endId, SmsManager.CELL_BROADCAST_RAN_TYPE_GSM); in setChannelRange()
73 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); in setChannelRange()
74 … manager.disableCellBroadcastRange(startId, endId, SmsManager.CELL_BROADCAST_RAN_TYPE_GSM); in setChannelRange()
126 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); in isEmergencyAlertMessage() local
128 if (messageId >= startId && messageId <= endId) { in isEmergencyAlertMessage()
DCellBroadcastAlertReminder.java61 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadService.java233 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
234 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand()
238 mLastStartId = startId; in onStartCommand()
283 final int startId = msg.arg1;
284 if (DEBUG_LIFECYCLE) Log.v(TAG, "Updating for startId " + startId);
327 if (stopSelfResult(startId)) {
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java61 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
62 mStartId = startId; in onStartCommand()
68 stopSelf(startId); in onStartCommand()
79 stopSelf(startId); in onStartCommand()
DBeamSendService.java94 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
95 mStartId = startId; in onStartCommand()
101 stopSelf(startId); in onStartCommand()
112 stopSelf(startId); in onStartCommand()
/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java99 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
105 mStartId = startId; in onStartCommand()
109 stopSelf(startId); in onStartCommand()
116 stopSelf(startId); in onStartCommand()
/packages/apps/Mms/src/com/android/mms/transaction/
DSmsReceiverService.java128 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
133 SmsReceiver.finishStartingService(SmsReceiverService.this, startId); in onStartCommand()
141 Log.v(TAG, "onStart: #" + startId + " mResultCode: " + mResultCode + in onStartCommand()
146 msg.arg1 = startId; in onStartCommand()
DTransactionService.java195 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
198 msg.arg1 = startId; in onStartCommand()
345 private void stopSelfIfIdle(int startId) { in stopSelfIfIdle() argument
352 stopSelf(startId); in stopSelfIfIdle()
DSmsReceiver.java89 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
92 if (service.stopSelfResult(startId)) { in finishStartingService()
/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryServiceHelper.java356 public void onStart(Intent intent, int startId) { in onStart() argument
358 Log.d(TAG, "onStart startId=" + startId); in onStart()
360 super.onStart(intent, startId); in onStart()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java222 int startId = Integer.parseInt(pid.path.getSuffix()); in processMapMediaItems() local
223 ids.add(startId); in processMapMediaItems()
229 if (curId - startId >= MediaSet.MEDIAITEM_BATCH_FETCH_COUNT) { in processMapMediaItems()
/packages/apps/Contacts/src/com/android/contacts/
DViewNotificationService.java40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() argument
61 stopSelfResult(startId); in onStartCommand()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DToastService.java43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
45 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DPhoneService.java47 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
49 return super.onStartCommand(intent, flags, startId); in onStartCommand()
DProgressService.java70 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
72 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java145 final int startId) { in onStartCommand() argument
165 stopSelfResult(startId); in onStartCommand()
/packages/apps/Launcher3/src/com/android/launcher3/
DMemoryTracker.java189 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
190 Log.v(TAG, "Received start id " + startId + ": " + intent); in onStartCommand()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaScannerService.java134 public int onStartCommand(Intent intent, int flags, int startId) in onStartCommand() argument
152 msg.arg1 = startId; in onStartCommand()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java214 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
217 mStartId = startId; in onStartCommand()
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkService.java37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/services/Telephony/src/com/android/phone/
DHfaService.java39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java1113 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
1116 msg.arg1 = startId; in onStartCommand()
DAlertReceiver.java191 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
194 if (service.stopSelfResult(startId)) { in finishStartingService()

12