Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5877 if (attributionOps.getOpCount() == 0) { in filter()
5957 public @IntRange(from = 0) int getOpCount() { in getOpCount() method in AppOpsManager.HistoricalPackageOps
6158 final int opCount = other.getOpCount(); in AttributedHistoricalOps()
6171 final int opCount = getOpCount(); in splice()
6189 final int opCount = other.getOpCount(); in merge()
6207 final int opCount = getOpCount(); in filter()
6220 final int opCount = getOpCount(); in isEmpty()
6258 public @IntRange(from = 0) int getOpCount() { in getOpCount() method in AppOpsManager.AttributedHistoricalOps
6294 final int opCount = getOpCount(); in accept()
/aosp12/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1571 final int opCount = attributionOps.getOpCount(); in writeHistoricalAttributionOpsDLocked()
H A DAppOpsService.java6942 if (packageOps.getOpCount() != 0) {
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java3787 for (int opIdx = 0; opIdx < attributedOps.getOpCount(); opIdx++) {
3794 for (int opIdx = 0; opIdx < packageOps.getOpCount(); opIdx++) {
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt545 method @IntRange(from=0) public int getOpCount();
627 method @IntRange(from=0) public int getOpCount();