Home
last modified time | relevance | path

Searched refs:startService (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java93 public static void startService(Context context, in startService() method in PrepareUpdateService
102 context.startService(intent); in startService()
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateManagerTest.java139 }).when(mMockContext).startService(any(Intent.class)); in mockContextStartServiceAnswer()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateManager.java301 PrepareUpdateService.startService(context, config, mHandler, (code, payloadSpec) -> { in applyUpdate()