Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java268 when(entry1.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed1)); in startListening_fetchesCurrentActive_multipleEntries()
274 when(entry2.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed2)); in startListening_fetchesCurrentActive_multipleEntries()
280 when(entry3.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed3)); in startListening_fetchesCurrentActive_multipleEntries()
319 when(entry.getAttributedOpEntries()).thenReturn( in startListening_fetchesCurrentActive_multipleAttributes()
1041 when(entry.getAttributedOpEntries()).thenReturn(Map.of("tag", attributed)); in createPackageOp()
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java523 new ArrayList<>(opEntry.getAttributedOpEntries().keySet()); in getOpUsagesByDevice()
526 int numAttrEntries = opEntry.getAttributedOpEntries().size(); in getOpUsagesByDevice()
530 opEntry.getAttributedOpEntries().get(attributionTag); in getOpUsagesByDevice()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsServiceTest.java456 j).getAttributedOpEntries(); in testUidStateInitializationDoesntClearState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java238 entry.getAttributedOpEntries().entrySet()) { in fetchCurrentActiveOps()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java5154 for (String attributionTag : op.getAttributedOpEntries().keySet()) { in writeRecentAccesses()
5156 op.getAttributedOpEntries().get(attributionTag); in writeRecentAccesses()
5576 ent.getAttributedOpEntries().get(shell.attributionTag); in onShellCommand()
5802 attributionTag).getAttributedOpEntries().get(attributionTag); in dumpStatesLocked()
/frameworks/base/core/java/android/app/
DAppOpsManager.java5014 public @NonNull Map<String, AttributedOpEntry> getAttributedOpEntries() { in getAttributedOpEntries() method in AppOpsManager.OpEntry
/frameworks/base/core/api/
Dsystem-current.txt843 …va.util.Map<java.lang.String,android.app.AppOpsManager.AttributedOpEntry> getAttributedOpEntries();