Searched refs:getOp (Results 1 – 10 of 10) sorted by relevance
142 if (opEntry.getOp() == AppOpsManager.OP_CAMERA) { in isCameraOn()
168 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
178 switch (entry.getOp()) { in getRequestFromOps()
457 if (opCode != opEntry.getOp()) { in assertContainsOp()
2350 public int getOp() { in getOp() method in AppOpsManager.OpEntry3609 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()3701 public @Nullable HistoricalOp getOp(@NonNull String opName) { in getOp() method in AppOpsManager.HistoricalPackageOps
531 if (ent.getOp() != TARGET_OP) { in refreshForcedAppStandbyUidPackagesLocked()
3177 out.attribute(null, "n", Integer.toString(op.getOp())); in writeState()3178 if (op.getMode() != AppOpsManager.opToDefaultMode(op.getOp())) { in writeState()3559 pw.print(AppOpsManager.opToName(ent.getOp())); in onShellCommand()3600 if (ent.getOp() == shell.op && ent.getMode() == shell.mode) { in onShellCommand()
274 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
441 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);