Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5576 if (packageOps.getAttributedOpsCount() == 0) { in filter()
5773 final int opCount = other.getAttributedOpsCount(); in HistoricalPackageOps()
5791 final int attributionCount = getAttributedOpsCount(); in splice()
5809 final int attributionCount = other.getAttributedOpsCount(); in merge()
5829 final int attributionCount = getAttributedOpsCount(); in filter()
5847 final int attributionCount = getAttributedOpsCount(); in accept()
5854 final int attributionCount = getAttributedOpsCount(); in isEmpty()
5920 int numAttributions = getAttributedOpsCount(); in getOpCount()
5947 int numAttributions = getAttributedOpsCount(); in getOpAt()
5981 int numAttributions = getAttributedOpsCount(); in getOp()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1558 final int numAttributions = packageOps.getAttributedOpsCount(); in writeHistoricalPackageOpsDLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java3997 attributionIdx < packageOps.getAttributedOpsCount(); attributionIdx++) {
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt765 method @IntRange(from=0) public int getAttributedOpsCount();