Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java5922 if (packageOps.getAttributedOpsCount() == 0) { in filter()
6119 final int opCount = other.getAttributedOpsCount(); in HistoricalPackageOps()
6137 final int attributionCount = getAttributedOpsCount(); in splice()
6155 final int attributionCount = other.getAttributedOpsCount(); in merge()
6175 final int attributionCount = getAttributedOpsCount(); in filter()
6193 final int attributionCount = getAttributedOpsCount(); in accept()
6200 final int attributionCount = getAttributedOpsCount(); in isEmpty()
6266 int numAttributions = getAttributedOpsCount(); in getOpCount()
6293 int numAttributions = getAttributedOpsCount(); in getOpAt()
6327 int numAttributions = getAttributedOpsCount(); in getOp()
[all …]
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1535 final int numAttributions = packageOps.getAttributedOpsCount(); in writeHistoricalPackageOpsDLocked()
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4163 attributionIdx < packageOps.getAttributedOpsCount(); attributionIdx++) {
/frameworks/base/core/api/
Dsystem-current.txt817 method @IntRange(from=0) public int getAttributedOpsCount();