Searched refs:collectKeys (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2286 public @Nullable LongSparseArray<Object> collectKeys() { in collectKeys() method in AppOpsManager.OpEntry 2287 LongSparseArray<Object> result = AppOpsManager.collectKeys(mAccessTimes, null); in collectKeys() 2288 result = AppOpsManager.collectKeys(mRejectTimes, result); in collectKeys() 2289 result = AppOpsManager.collectKeys(mDurations, result); in collectKeys() 4145 public @Nullable LongSparseArray<Object> collectKeys() { in collectKeys() method in AppOpsManager.HistoricalOp 4146 LongSparseArray<Object> result = AppOpsManager.collectKeys(mAccessCount, in collectKeys() 4148 result = AppOpsManager.collectKeys(mRejectCount, result); in collectKeys() 4149 result = AppOpsManager.collectKeys(mAccessDuration, result); in collectKeys() 5672 private static LongSparseArray<Object> collectKeys(@Nullable LongSparseLongArray array, in collectKeys() method in AppOpsManager
|
/frameworks/base/services/core/java/com/android/server/appop/ |
D | HistoricalRegistry.java | 1403 final LongSparseArray keys = op.collectKeys(); in writeHistoricalOpDLocked() 1704 final LongSparseArray keys = ops.collectKeys(); in visitHistoricalOp()
|
D | AppOpsService.java | 3110 final LongSparseArray keys = op.collectKeys(); in writeState() 3659 final LongSparseArray keys = entry.collectKeys(); in dumpStatesLocked()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 3461 collectKeys(mUidState, knownUids); in dump() 3462 collectKeys(mUidRules, knownUids); in dump() 4932 private static void collectKeys(SparseIntArray source, SparseBooleanArray target) { in collectKeys() method
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 897 HSPLandroid/app/AppOpsManager$HistoricalOp;->collectKeys()Landroid/util/LongSparseArray; 932 HPLandroid/app/AppOpsManager$OpEntry;->collectKeys()Landroid/util/LongSparseArray;
|