Searched refs:getAppUidList (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.settings.datausage.lib.AppDataUsageRepository.getAppUidList;135 final List<Integer> uidList = getAppUidList(mAppItem.uids); in onCreate()
205 fun getAppUidList(uids: SparseBooleanArray) = in <lambda>() method