Home
last modified time | relevance | path

Searched defs:allowedOperationLogged (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/appop/appopsTestUtilLib/src/android/app/appops/cts/
DAppOpsUtils.kt86 fun allowedOperationLogged(packageName: String, opStr: String): Boolean { in allowedOperationLogged() method
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DAppOpsUtils.java103 public static boolean allowedOperationLogged(String packageName, String opStr) in allowedOperationLogged() method in AppOpsUtils