Home
last modified time | relevance | path

Searched refs:getOpName (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java3523 mHistoricalOps.put(cloneOp.getOpName(), cloneOp); in HistoricalPackageOps()
3545 splice.mHistoricalOps.put(spliceOps.getOpName(), spliceOps); in splice()
3555 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()
3562 mHistoricalOps.put(otherOp.getOpName(), otherOp); in merge()
3571 if (opNames != null && !ArrayUtils.contains(opNames, op.getOpName())) { in filter()
3844 public @NonNull String getOpName() { in getOpName() method in AppOpsManager.HistoricalOp
/frameworks/base/api/
Dtest-current.txt233 method @NonNull public String getOpName();
Dsystem-current.txt397 method @NonNull public String getOpName();