/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportService.java | 155 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() argument 157 final ImportTask task = createTaskForIntent(intent, startId); in onStartCommand() 159 new StopTask(this, startId).executeOnExecutor(mExecutor); in onStartCommand() 174 private ImportTask createTaskForIntent(Intent intent, int startId) { in createTaskForIntent() argument 184 return new ImportTask(sim, contacts, targetAccount, dao, startId); in createTaskForIntent() 241 private StopTask(Service host, int startId) { in StopTask() argument 243 mStartId = startId; in StopTask() 268 SimContactDao dao, int startId) { in ImportTask() argument 274 mStartId = startId; in ImportTask()
|
D | ViewNotificationService.java | 40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() argument 61 stopSelfResult(startId); in onStartCommand()
|
/packages/apps/Car/Media/src/com/android/car/media/service/ |
D | MediaConnectorService.java | 65 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 66 super.onStartCommand(intent, flags, startId); in onStartCommand() 78 stopSelf(startId); in onStartCommand() 85 stopSelf(startId); in onStartCommand() 91 stopSelf(startId); in onStartCommand()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | PeripheralHandoverService.java | 111 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 115 mStartId = startId; in onStartCommand() 119 mStartId = startId; in onStartCommand() 124 stopSelf(startId); in onStartCommand() 131 stopSelf(startId); in onStartCommand()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastBootupConfigTest.java | 123 final int startId; field in CellBroadcastBootupConfigTest.CbConfig 127 CbConfig(int startId, int endId, int type) { in CbConfig() argument 128 this.startId = startId; in CbConfig() 192 assertEquals("i=" + i, configs[i].startId, mStartIds.getAllValues().get(i).intValue()); in testConfiguration()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamReceiveService.java | 41 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 42 mStartId = startId; in onStartCommand() 48 stopSelf(startId); in onStartCommand() 59 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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vendorservice/ |
D | LogLifecycleService.java | 43 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 45 + ", startId: " + startId); in onStartCommand() 46 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/ |
D | AddWorkspaceItemsTaskTest.java | 136 private int setupWorkspaceWithHoles(int startId, int screenId, Rect... holes) throws Exception { in setupWorkspaceWithHoles() argument 155 info.id = startId++; in setupWorkspaceWithHoles() 174 return startId; in setupWorkspaceWithHoles()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryServiceHelper.java | 57 public void onStart(Intent intent, int startId) { in onStart() argument 58 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/TV/src/com/android/tv/audiotvservice/ |
D | AudioOnlyTvService.java | 58 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 59 Log.i(TAG, "onStartCommand. flags = " + flags + ", startId = " + 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/TV/src/com/android/tv/dvr/recorder/ |
D | DvrRecordingService.java | 141 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 142 if (DEBUG) Log.d(TAG, "onStartCommand (" + intent + "," + flags + "," + 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/model/ |
D | ModelWriter.java | 468 final int startId; field in ModelWriter.ModelVerifier 471 startId = mBgDataModel.lastBindId; in ModelVerifier() 487 if (executeId == startId) { in verifyModel()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionServiceSystemTest.java | 310 public void onStartCommandForStub(final Intent intent, final int flags, final int startId) { in onStartCommandForStub() argument 311 this.getService().onStartCommand(intent, flags, startId); in onStartCommandForStub()
|
/packages/apps/Settings/src/com/android/settings/wifi/tether/ |
D | TetherService.java | 133 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 198 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/components/ |
D | TelephonySipService.java | 31 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/calendarsync/ |
D | CalendarSyncService.java | 60 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/ |
D | TetherService.java | 124 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 179 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
|
/packages/apps/Car/Radio/src/com/android/car/radio/service/ |
D | RadioAppService.java | 142 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 151 return super.onStartCommand(intent, flags, startId); in onStartCommand()
|
/packages/services/Car/service/src/com/android/car/ |
D | PerUserCarService.java | 53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/services/Car/car-lib/src/android/car/content/pm/ |
D | CarAppBlockingPolicyService.java | 53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/ |
D | SendDpcBroadcastService.java | 42 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
|