Home
last modified time | relevance | path

Searched refs:getOp (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/app/
DSyncNotedAppOp.java69 public @NonNull String getOp() { in getOp() method in SyncNotedAppOp
DRuntimeAppOpAccessMessage.java53 public @NonNull String getOp() { in getOp() method in RuntimeAppOpAccessMessage
DAsyncNotedAppOp.java63 public @NonNull String getOp() { in getOp() method in AsyncNotedAppOp
DAppOpsManager.java258 if (leftCircularDistance(strOpToOp(op.getOp()), config.getSampledOpCode(),
3724 public int getOp() { in getOp() method in AppOpsManager.OpEntry
5402 if (getAttributedOpsAt(attributionNum).getOp(opName) != null) { in getOpCount()
5429 if (getAttributedOpsAt(attributionNum).getOp(opName) != null) { in getOpAt()
5431 return getOp(opName); in getOpAt()
5451 public @Nullable HistoricalOp getOp(@NonNull String opName) { in getOp() method in AppOpsManager.HistoricalPackageOps
5459 HistoricalOp attributionOp = getAttributedOpsAt(i).getOp(opName); in getOp()
5630 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()
5715 public @Nullable HistoricalOp getOp(@NonNull String opName) { in getOp() method in AppOpsManager.AttributedHistoricalOps
/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsActiveWatcherTest.java158 if (opEntry.getOp() == AppOpsManager.OP_CAMERA) { in isCameraOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java177 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
DRecentLocationApps.java178 switch (entry.getOp()) { in getRequestFromOps()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsServiceTest.java473 if (opCode != opEntry.getOp()) { in assertContainsOp()
/frameworks/base/services/core/java/com/android/server/
DAppStateTracker.java532 if (ent.getOp() != TARGET_OP) { in refreshForcedAppStandbyUidPackagesLocked()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java4366 out.attribute(null, "n", Integer.toString(op.getOp())); in writeState()
4367 if (op.getMode() != AppOpsManager.opToDefaultMode(op.getOp())) { in writeState()
4768 pw.print(AppOpsManager.opToName(ent.getOp())); in onShellCommand()
4840 if (ent.getOp() == shell.op && ent.getMode() == shell.mode) { in onShellCommand()
5852 AppOpsManager.strOpToOp(notedAppOp.getOp()), in reportRuntimeAppOpAccessMessageAndGetConfig()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3636 e.writeInt(AppOpsManager.strOpToOp(message.getOp()));
/frameworks/base/api/
Dtest-current.txt283 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
364 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
486 method @NonNull public String getOp();
Dsystem-current.txt443 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
519 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
678 method @NonNull public String getOp();
Dcurrent.txt4604 method @NonNull public String getOp();
6444 method @NonNull public String getOp();
/frameworks/base/non-updatable-api/
Dsystem-current.txt443 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
519 method @Nullable public android.app.AppOpsManager.HistoricalOp getOp(@NonNull String);
678 method @NonNull public String getOp();
/frameworks/base/config/
Dboot-image-profile.txt1336 HSPLandroid/app/AppOpsManager$OpEntry;->getOp()I
3145 HSPLandroid/app/SyncNotedAppOp;->getOp()Ljava/lang/String;