Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
H A DAppOpsServiceTest.java168 PackageManagerLocal.UnfilteredSnapshot mockUnfilteredSnapshot = in initializeStaticMocks() local
174 when(mockUnfilteredSnapshot.getPackageStates()).thenReturn(packageStates); in initializeStaticMocks()
175 when(mockPackageManagerLocal.withUnfilteredSnapshot()).thenReturn(mockUnfilteredSnapshot); in initializeStaticMocks()