Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
DAppOpsControllerTest.java265 when(entry1.getOpStr()).thenReturn(AppOpsManager.OPSTR_PHONE_CALL_MICROPHONE); in startListening_fetchesCurrentActive_multipleEntries()
271 when(entry2.getOpStr()).thenReturn(AppOpsManager.OPSTR_CAMERA); in startListening_fetchesCurrentActive_multipleEntries()
277 when(entry3.getOpStr()).thenReturn(AppOpsManager.OPSTR_FINE_LOCATION); in startListening_fetchesCurrentActive_multipleEntries()
311 when(entry.getOpStr()).thenReturn(AppOpsManager.OPSTR_RECORD_AUDIO); in startListening_fetchesCurrentActive_multipleAttributes()
1036 when(entry.getOpStr()).thenReturn(opStr); in createPackageOp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/appops/
DAppOpsControllerImpl.java241 entry.getOpStr(), in fetchCurrentActiveOps()
/frameworks/base/core/java/android/permission/
DPermissionUsageHelper.java521 String op = opEntry.getOpStr(); in getOpUsagesByDevice()
/frameworks/base/core/java/android/app/
DAppOpsManager.java4494 public @NonNull String getOpStr() { in getOpStr() method in AppOpsManager.OpEntry
/frameworks/base/core/api/
Dsystem-current.txt862 method @NonNull public String getOpStr();