Searched refs:attributed3 (Results 1 – 1 of 1) sorted by relevance
255 AppOpsManager.AttributedOpEntry attributed3 = mock(AppOpsManager.AttributedOpEntry.class); in startListening_fetchesCurrentActive_multipleEntries() local256 when(attributed3.isRunning()).thenReturn(false); in startListening_fetchesCurrentActive_multipleEntries()257 when(entry3.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed3)); in startListening_fetchesCurrentActive_multipleEntries()293 AppOpsManager.AttributedOpEntry attributed3 = mock(AppOpsManager.AttributedOpEntry.class); in startListening_fetchesCurrentActive_multipleAttributes() local294 when(attributed3.isRunning()).thenReturn(true); in startListening_fetchesCurrentActive_multipleAttributes()296 Map.of("attr1", attributed1, "attr2", attributed2, "attr3", attributed3)); in startListening_fetchesCurrentActive_multipleAttributes()