Home
last modified time | relevance | path

Searched refs:startId (Results 1 – 25 of 38) 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/Email/src/com/android/email/service/
DMailService.java138 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/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); in setChannelRange()
73 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); in setChannelRange()
74 manager.disableCellBroadcastRange(startId, endId); in setChannelRange()
123 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); in isEmergencyAlertMessage() local
125 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.java177 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
178 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand()
182 mLastStartId = startId; in onStartCommand()
225 final int startId = msg.arg1;
226 if (DEBUG_LIFECYCLE) Log.v(TAG, "Updating for startId " + startId);
269 if (stopSelfResult(startId)) {
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationShowcaseActivity.java68 public void onStart(Intent i, int startId) { in onStart() argument
69 super.onStart(i, startId); in onStart()
102 public void onStart(Intent i, int startId) { in onStart() argument
103 super.onStart(i, startId); in onStart()
/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/Mms/src/com/android/mms/transaction/
DTransactionService.java186 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
189 msg.arg1 = startId; in onStartCommand()
319 private void stopSelfIfIdle(int startId) { in stopSelfIfIdle() argument
326 stopSelf(startId); in stopSelfIfIdle()
DSmsReceiver.java89 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
92 if (service.stopSelfResult(startId)) { in finishStartingService()
DSmsReceiverService.java127 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
133 Log.v(TAG, "onStart: #" + startId + " mResultCode: " + mResultCode + in onStartCommand()
138 msg.arg1 = startId; in onStartCommand()
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryService.java142 final int startId) { in onStartCommand() argument
144 mLastSeenStartId = startId; 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.java209 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
212 mStartId = startId; in onStartCommand()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertService.java1104 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
1107 msg.arg1 = startId; in onStartCommand()
DAlertReceiver.java198 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
201 if (service.stopSelfResult(startId)) { in finishStartingService()
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
DImsFrameworkService.java37 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Phone/src/com/android/phone/
DNetworkQueryService.java167 public void onStart(Intent intent, int startId) { in onStart() argument
/packages/apps/Email/src/com/android/email/provider/
DWidgetProvider.java112 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerRingService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
DAlarmKlaxon.java116 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DProfileService.java108 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Gallery2/src/com/android/camera/
DMediaSaveService.java67 public int onStartCommand(Intent intent, int flag, int startId) { in onStartCommand() argument

12