/frameworks/base/core/java/android/app/ |
D | SyncNotedAppOp.java | 69 public @NonNull String getOp() { in getOp() method in SyncNotedAppOp
|
D | RuntimeAppOpAccessMessage.java | 53 public @NonNull String getOp() { in getOp() method in RuntimeAppOpAccessMessage
|
D | AsyncNotedAppOp.java | 63 public @NonNull String getOp() { in getOp() method in AsyncNotedAppOp
|
D | AppOpsManager.java | 258 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/ |
D | AppOpsActiveWatcherTest.java | 158 if (opEntry.getOp() == AppOpsManager.OP_CAMERA) { in isCameraOn()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | LocationControllerImpl.java | 177 if (opEntry.getOp() == AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION) { in areActiveHighPowerLocationRequests()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/ |
D | RecentLocationApps.java | 178 switch (entry.getOp()) { in getRequestFromOps()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/ |
D | AppOpsServiceTest.java | 473 if (opCode != opEntry.getOp()) { in assertContainsOp()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AppStateTracker.java | 532 if (ent.getOp() != TARGET_OP) { in refreshForcedAppStandbyUidPackagesLocked()
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | AppOpsService.java | 4366 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/ |
D | StatsPullAtomService.java | 3636 e.writeInt(AppOpsManager.strOpToOp(message.getOp()));
|
/frameworks/base/api/ |
D | test-current.txt | 283 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();
|
D | system-current.txt | 443 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();
|
D | current.txt | 4604 method @NonNull public String getOp(); 6444 method @NonNull public String getOp();
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 443 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/ |
D | boot-image-profile.txt | 1336 HSPLandroid/app/AppOpsManager$OpEntry;->getOp()I 3145 HSPLandroid/app/SyncNotedAppOp;->getOp()Ljava/lang/String;
|