Home
last modified time | relevance | path

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

123

/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java155 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()
DViewNotificationService.java40 public int onStartCommand(Intent intent, int flags, final int startId) { in onStartCommand() argument
61 stopSelfResult(startId); in onStartCommand()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
DCellBroadcastBootupConfigTest.java115 final int startId; field in CellBroadcastBootupConfigTest.CbConfig
119 CbConfig(int startId, int endId, int type) { in CbConfig() argument
120 this.startId = startId; in CbConfig()
184 assertEquals("i=" + i, configs[i].startId, mStartIds.getAllValues().get(i).intValue()); in testConfiguration()
/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java111 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/Nfc/src/com/android/nfc/beam/
DBeamReceiveService.java41 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()
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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vendorservice/
DLogLifecycleService.java43 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/
DAddWorkspaceItemsTaskTest.java136 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/
DAsyncQueryServiceHelper.java57 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/
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/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java58 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/
DDictionaryService.java162 final int startId) { in onStartCommand() argument
187 stopSelfResult(startId); in onStartCommand()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java141 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/
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/model/
DModelWriter.java463 final int startId; field in ModelWriter.ModelVerifier
466 startId = mBgDataModel.lastBindId; in ModelVerifier()
482 if (executeId == startId) { in verifyModel()
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java312 public void onStartCommandForStub(final Intent intent, final int flags, final int startId) { in onStartCommandForStub() argument
313 this.getService().onStartCommand(intent, flags, startId); in onStartCommandForStub()
/packages/apps/Car/Radio/src/com/android/car/radio/service/
DRadioAppService.java133 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
142 return super.onStartCommand(intent, flags, startId); in onStartCommand()
/packages/apps/Settings/src/com/android/settings/wifi/tether/
DTetherService.java104 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
167 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/tether/
DTetherService.java102 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
153 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarAppBlockingPolicyService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/services/Car/service/src/com/android/car/
DPerUserCarService.java53 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/finalization/
DSendDpcBroadcastService.java42 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchService.java59 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument
/packages/apps/Music/src/com/android/music/
DMediaPlaybackService.java63 public int onStartCommand(Intent startIntent, int flags, int startId) { in onStartCommand() argument
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DBootUsbService.java82 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument

123