Searched refs:mMockIAppOpsService (Results 1 – 1 of 1) sorted by relevance
116 return mMockIAppOpsService; in injectIAppOpsService()179 private IAppOpsService mMockIAppOpsService; field in AppStateTrackerTest232 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()278 verify(mMockIAppOpsService).startWatchingMode( in callStart()