Searched refs:attributed2 (Results 1 – 1 of 1) sorted by relevance
249 AppOpsManager.AttributedOpEntry attributed2 = mock(AppOpsManager.AttributedOpEntry.class); in startListening_fetchesCurrentActive_multipleEntries() local250 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() local292 when(attributed2.isRunning()).thenReturn(true); in startListening_fetchesCurrentActive_multipleAttributes()296 Map.of("attr1", attributed1, "attr2", attributed2, "attr3", attributed3)); in startListening_fetchesCurrentActive_multipleAttributes()