Home
last modified time | relevance | path

Searched refs:getOpAt (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java6291 public @NonNull HistoricalOp getOpAt(@IntRange(from = 0) int index) { in getOpAt() method in AppOpsManager.HistoricalPackageOps
6467 final HistoricalOp origOp = other.getOpAt(i); in AttributedHistoricalOps()
6480 final HistoricalOp origOps = getOpAt(i); in splice()
6498 final HistoricalOp otherOp = other.getOpAt(i); in merge()
6579 public @NonNull HistoricalOp getOpAt(@IntRange(from = 0) int index) { in getOpAt() method in AppOpsManager.AttributedHistoricalOps
6603 getOpAt(i).accept(visitor); in accept()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1550 final HistoricalOp op = attributionOps.getOpAt(i); in writeHistoricalAttributionOpsDLocked()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4167 final AppOpsManager.HistoricalOp op = attributedOps.getOpAt(opIdx);
4174 final AppOpsManager.HistoricalOp op = packageOps.getOpAt(opIdx);
/frameworks/base/core/api/
Dsystem-current.txt737 method @NonNull public android.app.AppOpsManager.HistoricalOp getOpAt(@IntRange(from=0) int);
819 method @NonNull public android.app.AppOpsManager.HistoricalOp getOpAt(@IntRange(from=0) int);