Home
last modified time | relevance | path

Searched refs:hasOp (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsState.java245 public boolean hasOp(int op) { in hasOp() method in AppOpsState.AppEntry
610 … + " has op " + permOps.get(k) + ": " + appEntry.hasOp(permOps.get(k))); in buildState()
611 if (appEntry.hasOp(permOps.get(k))) { in buildState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appops/
DAppOpsState.java245 public boolean hasOp(int op) { in hasOp() method in AppOpsState.AppEntry
610 … + " has op " + permOps.get(k) + ": " + appEntry.hasOp(permOps.get(k))); in buildState()
611 if (appEntry.hasOp(permOps.get(k))) { in buildState()