Searched refs:getOp (Results 1 – 9 of 9) sorted by relevance
142 if (opEntry.getOp() == AppOpsManager.OP_CAMERA) { in isCameraOn()
414 if (opCode != opEntry.getOp()) { in assertContainsOp()
168 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
174 switch (entry.getOp()) { in getRequestFromOps()
2297 public int getOp() { in getOp() method in AppOpsManager.OpEntry3555 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()3647 public @Nullable HistoricalOp getOp(@NonNull String opName) { in getOp() method in AppOpsManager.HistoricalPackageOps
531 if (ent.getOp() != TARGET_OP) { in refreshForcedAppStandbyUidPackagesLocked()
3031 out.attribute(null, "n", Integer.toString(op.getOp())); in writeState()3032 if (op.getMode() != AppOpsManager.opToDefaultMode(op.getOp())) { in writeState()3413 pw.print(AppOpsManager.opToName(ent.getOp())); in onShellCommand()3454 if (ent.getOp() == shell.op && ent.getMode() == shell.mode) { in onShellCommand()
269 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
428 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);