Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
H A DAppDataUsagePreferenceController.java129 if (profileContainsUserId(profiles, userId) && userId == currentUserId) { in aggregateDataUsage()
136 if (profileContainsUserId(profiles, userId) && userId != currentUserId) { in aggregateDataUsage()
170 private boolean profileContainsUserId(List<UserInfo> profiles, int userId) { in profileContainsUserId() method in AppDataUsagePreferenceController
183 if (!profileContainsUserId(profiles, uid)) { in updateRestrictedState()