Searched defs:knownItems (Results 1 – 2 of 2) sorted by relevance
100 SparseArray<AppItem> knownItems = new SparseArray<>(); in onDataLoaded() local119 private long aggregateDataUsage(SparseArray<AppItem> knownItems, List<AppItem> items, in aggregateDataUsage()188 SparseArray<AppItem> knownItems, List<AppItem> items, List<UserInfo> profiles) { in updateRestrictedState()231 private static long accumulate(int collapseKey, SparseArray<AppItem> knownItems, in accumulate()
53 val knownItems = SparseArray<AppItem>() in <lambda>() constant