Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java3155 public @NonNull ArraySet<Long> collectKeys() { in collectKeys() method in AppOpsManager.AttributedOpEntry
6295 public @Nullable LongSparseArray<Object> collectKeys() { in collectKeys() method in AppOpsManager.HistoricalOp
6296 LongSparseArray<Object> result = AppOpsManager.collectKeys(mAccessCount, in collectKeys()
6298 result = AppOpsManager.collectKeys(mRejectCount, result); in collectKeys()
6299 result = AppOpsManager.collectKeys(mAccessDuration, result); in collectKeys()
8790 private static LongSparseArray<Object> collectKeys(@Nullable LongSparseLongArray array, in collectKeys() method in AppOpsManager
/frameworks/base/services/core/java/com/android/server/appop/
DHistoricalRegistry.java1513 final LongSparseArray keys = op.collectKeys(); in writeHistoricalOpDLocked()
1834 final LongSparseArray keys = ops.collectKeys(); in visitHistoricalOp()
DAppOpsService.java4375 final ArraySet<Long> keys = attribution.collectKeys(); in writeState()
4992 final ArraySet<Long> keys = entry.collectKeys(); in dumpStatesLocked()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java3571 collectKeys(mUidState, knownUids); in dump()
3572 collectKeys(mUidRules, knownUids); in dump()
5117 private static void collectKeys(SparseIntArray source, SparseBooleanArray target) { in collectKeys() method
/frameworks/base/services/
Dart-profile20350 HPLcom/android/server/net/NetworkPolicyManagerService;->collectKeys(Landroid/util/SparseIntArray;La…