Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A DAppStateTrackerTest.java116 return mMockIAppOpsService; in injectIAppOpsService()
179 private IAppOpsService mMockIAppOpsService; field in AppStateTrackerTest
232 when(mMockIAppOpsService.checkOperation(eq(TARGET_OP), anyInt(), anyString())) in newInstance()
278 verify(mMockIAppOpsService).startWatchingMode( in callStart()