Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DAppStateTrackerTest.java113 return mMockIAppOpsService; in injectIAppOpsService()
173 private IAppOpsService mMockIAppOpsService; field in AppStateTrackerTest
219 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()
265 verify(mMockIAppOpsService).startWatchingMode( in callStart()