Searched refs:collectKeys (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | AppOpsManager.java | 2339 public @Nullable LongSparseArray<Object> collectKeys() { in collectKeys() method in AppOpsManager.OpEntry 2340 LongSparseArray<Object> result = AppOpsManager.collectKeys(mAccessTimes, null); in collectKeys() 2341 result = AppOpsManager.collectKeys(mRejectTimes, result); in collectKeys() 2342 result = AppOpsManager.collectKeys(mDurations, result); in collectKeys() 4199 public @Nullable LongSparseArray<Object> collectKeys() { in collectKeys() method in AppOpsManager.HistoricalOp 4200 LongSparseArray<Object> result = AppOpsManager.collectKeys(mAccessCount, in collectKeys() 4202 result = AppOpsManager.collectKeys(mRejectCount, result); in collectKeys() 4203 result = AppOpsManager.collectKeys(mAccessDuration, result); in collectKeys() 5728 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 | 3182 final LongSparseArray keys = op.collectKeys(); in writeState() 3731 final LongSparseArray keys = entry.collectKeys(); in dumpStatesLocked()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 3554 collectKeys(mUidState, knownUids); in dump() 3555 collectKeys(mUidRules, knownUids); in dump() 5067 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;
|