Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java5062 final int opCount = other.getUidCount(); in HistoricalOps()
5143 final int uidCount = getUidCount(); in splice()
5170 final int uidCount = other.getUidCount(); in merge()
5207 final int uidCount = getUidCount(); in filter()
5227 final int uidCount = getUidCount(); in isEmpty()
5334 public @IntRange(from = 0) int getUidCount() { in getUidCount() method in AppOpsManager.HistoricalOps
5414 final int uidCount = getUidCount(); in accept()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java1534 final int uidCount = ops.getUidCount(); in writeHistoricalOpDLocked()
H A DAppOpsService.java5962 int uidCount = histOps.getUidCount();
/aosp14/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DStatsPullAtomService.java3990 for (int uidIdx = 0; uidIdx < histOps.getUidCount(); uidIdx++) {
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt740 method @IntRange(from=0) public int getUidCount();