Home
last modified time | relevance | path

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

12

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java191 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 …]
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.java68 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/
DPeripheralHandoverService.java101 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/
DDownloadService.java235 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/
DBeamReceiveService.java55 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()
DBeamSendService.java82 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/
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.java162 final int startId) { in onStartCommand() argument
187 stopSelfResult(startId); in onStartCommand()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsService.java310 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
313 mLastStartId = 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/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java316 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/
DBluetoothPbapService.java216 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/
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
DNetworkQueryService.java179 public void onStart(Intent intent, int startId) { in onStart() argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DUserSwitchListenerService.java126 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java191 public static void finishStartingService(Service service, int startId) { in finishStartingService() argument
194 if (service.stopSelfResult(startId)) { in finishStartingService()
DAlertService.java1113 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
1116 msg.arg1 = startId; in onStartCommand()

12