Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java5101 final int opCount = other.getUidCount(); in HistoricalOps()
5182 final int uidCount = getUidCount(); in splice()
5209 final int uidCount = other.getUidCount(); in merge()
5246 final int uidCount = getUidCount(); in filter()
5266 final int uidCount = getUidCount(); in isEmpty()
5373 public @IntRange(from = 0) int getUidCount() { in getUidCount() method in AppOpsManager.HistoricalOps
5453 final int uidCount = getUidCount(); in accept()
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1534 final int uidCount = ops.getUidCount(); in writeHistoricalOpDLocked()
DAppOpsService.java6928 int uidCount = histOps.getUidCount();
/frameworks/base/services/core/java/com/android/server/stats/pull/
DStatsPullAtomService.java3763 for (int uidIdx = 0; uidIdx < histOps.getUidCount(); uidIdx++) {
/frameworks/base/core/api/
Dsystem-current.txt593 method @IntRange(from=0) public int getUidCount();