Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DDiscreteOpsTestingShim.java139 assertEquals(sqlPackageOps.getAttributedOpsCount(), in assertHistoricalOpsAreEquals()
140 xmlPackageOps.getAttributedOpsCount()); in assertHistoricalOpsAreEquals()
142 int attrCount = sqlPackageOps.getAttributedOpsCount(); in assertHistoricalOpsAreEquals()
DLegacyHistoricalRegistry.java1575 final int numAttributions = packageOps.getAttributedOpsCount(); in writeHistoricalPackageOpsDLocked()
/frameworks/base/core/java/android/app/
DAppOpsManager.java6184 if (packageOps.getAttributedOpsCount() == 0) { in filter()
6381 final int opCount = other.getAttributedOpsCount(); in HistoricalPackageOps()
6399 final int attributionCount = getAttributedOpsCount(); in splice()
6417 final int attributionCount = other.getAttributedOpsCount(); in merge()
6437 final int attributionCount = getAttributedOpsCount(); in filter()
6455 final int attributionCount = getAttributedOpsCount(); in accept()
6462 final int attributionCount = getAttributedOpsCount(); in isEmpty()
6528 int numAttributions = getAttributedOpsCount(); in getOpCount()
6555 int numAttributions = getAttributedOpsCount(); in getOpAt()
6589 int numAttributions = getAttributedOpsCount(); in getOp()
[all …]
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4259 attributionIdx < packageOps.getAttributedOpsCount(); attributionIdx++) {
/frameworks/base/core/api/
Dsystem-current.txt858 method @IntRange(from=0) public int getAttributedOpsCount();