Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java249 AppOpsManager.AttributedOpEntry attributed2 = mock(AppOpsManager.AttributedOpEntry.class); in startListening_fetchesCurrentActive_multipleEntries() local
250 when(attributed2.isRunning()).thenReturn(true); in startListening_fetchesCurrentActive_multipleEntries()
251 when(entry2.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed2)); in startListening_fetchesCurrentActive_multipleEntries()
291 AppOpsManager.AttributedOpEntry attributed2 = mock(AppOpsManager.AttributedOpEntry.class); in startListening_fetchesCurrentActive_multipleAttributes() local
292 when(attributed2.isRunning()).thenReturn(true); in startListening_fetchesCurrentActive_multipleAttributes()
296 Map.of("attr1", attributed1, "attr2", attributed2, "attr3", attributed3)); in startListening_fetchesCurrentActive_multipleAttributes()