Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java6184 if (attributionOps.getOpCount() == 0) { in filter()
6264 public @IntRange(from = 0) int getOpCount() { in getOpCount() method in AppOpsManager.HistoricalPackageOps
6465 final int opCount = other.getOpCount(); in AttributedHistoricalOps()
6478 final int opCount = getOpCount(); in splice()
6496 final int opCount = other.getOpCount(); in merge()
6514 final int opCount = getOpCount(); in filter()
6527 final int opCount = getOpCount(); in isEmpty()
6565 public @IntRange(from = 0) int getOpCount() { in getOpCount() method in AppOpsManager.AttributedHistoricalOps
6601 final int opCount = getOpCount(); in accept()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1548 final int opCount = attributionOps.getOpCount(); in writeHistoricalAttributionOpsDLocked()
DAppOpsService.java6883 if (packageOps.getOpCount() != 0) {
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java4166 for (int opIdx = 0; opIdx < attributedOps.getOpCount(); opIdx++) {
4173 for (int opIdx = 0; opIdx < packageOps.getOpCount(); opIdx++) {
/frameworks/base/core/api/
Dsystem-current.txt738 method @IntRange(from=0) public int getOpCount();
820 method @IntRange(from=0) public int getOpCount();