/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | DockService.java | 191 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 192 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand() 200 DockEventReceiver.finishStartingService(this, startId); in onStartCommand() 205 handleBtStateChange(intent, startId); in onStartCommand() 220 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getHeadsetProfile(), startId); in onStartCommand() 230 … handleUnexpectedDisconnect(disconnectedDevice, mProfileManager.getA2dpProfile(), startId); in onStartCommand() 239 DockEventReceiver.finishStartingService(this, startId); in onStartCommand() 247 msg.arg2 = startId; in onStartCommand() 268 final int startId = msg.arg2; in processMessage() local 282 createDialog(device, state, startId); in processMessage() [all …]
|
D | DockEventReceiver.java | 144 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/ |
D | CellBroadcastConfigService.java | 68 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); in setChannelRange() local 71 if (DBG) log("enabling emergency IDs " + startId + '-' + endId); in setChannelRange() 72 manager.enableCellBroadcastRange(startId, endId, in setChannelRange() 75 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); in setChannelRange() 76 manager.disableCellBroadcastRange(startId, endId, in setChannelRange() 131 int startId = Integer.decode(channelRange.substring(0, dashIndex).trim()); in isEmergencyAlertMessage() local 133 if (messageId >= startId && messageId <= endId) { in isEmergencyAlertMessage()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | PeripheralHandoverService.java | 101 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 105 mStartId = startId; in onStartCommand() 109 mStartId = startId; in onStartCommand() 114 stopSelf(startId); in onStartCommand() 121 stopSelf(startId); in onStartCommand()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadService.java | 235 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 236 int returnValue = super.onStartCommand(intent, flags, startId); in onStartCommand() 240 mLastStartId = startId; in onStartCommand() 285 final int startId = msg.arg1; 286 if (DEBUG_LIFECYCLE) Log.v(TAG, "Updating for startId " + startId); 329 if (stopSelfResult(startId)) {
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamReceiveService.java | 55 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 56 mStartId = startId; in onStartCommand() 62 stopSelf(startId); in onStartCommand() 73 stopSelf(startId); in onStartCommand()
|
D | BeamSendService.java | 82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 83 mStartId = startId; in onStartCommand() 89 stopSelf(startId); in onStartCommand() 100 stopSelf(startId); in onStartCommand()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryServiceHelper.java | 356 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/ |
D | LocalSource.java | 222 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/ |
D | ViewNotificationService.java | 40 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/ |
D | ToastService.java | 43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 45 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | PhoneService.java | 47 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 49 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
D | ProgressService.java | 70 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/ |
D | DictionaryService.java | 162 final int startId) { in onStartCommand() argument 187 stopSelfResult(startId); in onStartCommand()
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | MmsService.java | 310 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 313 mLastStartId = startId; in onStartCommand()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | MemoryTracker.java | 189 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/ |
D | MediaScannerService.java | 134 public int onStartCommand(Intent intent, int flags, int startId) in onStartCommand() argument 152 msg.arg1 = startId; in onStartCommand()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionServiceSystemTest.java | 316 public void onStartCommandForStub(final Intent intent, final int flags, final int startId) { in onStartCommandForStub() argument 317 this.getService().onStartCommand(intent, flags, startId); in onStartCommandForStub()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 216 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 219 mStartId = 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/services/Telephony/src/com/android/phone/ |
D | HfaService.java | 39 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
D | NetworkQueryService.java | 179 public void onStart(Intent intent, int startId) { in onStart() argument
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
D | UserSwitchListenerService.java | 126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertReceiver.java | 191 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument 194 if (service.stopSelfResult(startId)) { in finishStartingService()
|
D | AlertService.java | 1113 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 1116 msg.arg1 = startId; in onStartCommand()
|