Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java242 when(entry1.getOpStr()).thenReturn(AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE); in startListening_fetchesCurrentActive_multipleEntries()
248 when(entry2.getOpStr()).thenReturn(AppOpsManager.OPSTR_CAMERA); in startListening_fetchesCurrentActive_multipleEntries()
254 when(entry3.getOpStr()).thenReturn(AppOpsManager.OPSTR_FINE_LOCATION); in startListening_fetchesCurrentActive_multipleEntries()
287 when(entry.getOpStr()).thenReturn(AppOpsManager.OPSTR_RECORD_AUDIO); in startListening_fetchesCurrentActive_multipleAttributes()
883 when(entry.getOpStr()).thenReturn(opStr); in createPackageOp()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
H A DAppOpsControllerImpl.java193 entry.getOpStr(), in fetchCurrentActiveOps()
/aosp14/frameworks/base/core/java/android/permission/
H A DPermissionUsageHelper.java483 String op = opEntry.getOpStr(); in getOpUsages()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java4148 public @NonNull String getOpStr() { in getOpStr() method in AppOpsManager.OpEntry
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt809 method @NonNull public String getOpStr();