Searched refs:startService (Results 1 – 3 of 3) sorted by relevance
93 public static void startService(Context context, in startService() method in PrepareUpdateService102 context.startService(intent); in startService()
139 }).when(mMockContext).startService(any(Intent.class)); in mockContextStartServiceAnswer()
301 PrepareUpdateService.startService(context, config, mHandler, (code, payloadSpec) -> { in applyUpdate()