Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java4270 String getOpName() { in getOpName() method in AppOpsManager.AttributedOpEntry
6472 mHistoricalOps.put(cloneOp.getOpName(), cloneOp); in AttributedHistoricalOps()
6489 splice.mHistoricalOps.put(spliceOps.getOpName(), spliceOps); in splice()
6499 final HistoricalOp thisOp = getOp(otherOp.getOpName()); in merge()
6506 mHistoricalOps.put(otherOp.getOpName(), otherOp); in merge()
6518 op.getOpName())) { in filter()
6955 public @NonNull String getOpName() { in getOpName() method in AppOpsManager.HistoricalOp
/frameworks/base/core/api/
Dsystem-current.txt782 method @NonNull public String getOpName();