Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DAppDataUsagePreferenceController.java113 if (profileContainsUserId(profiles, userId) && userId == currentUserId) { in aggregateDataUsage()
120 if (profileContainsUserId(profiles, userId) && userId != currentUserId) { in aggregateDataUsage()
154 private boolean profileContainsUserId(List<UserInfo> profiles, int userId) { in profileContainsUserId() method in AppDataUsagePreferenceController
167 if (!profileContainsUserId(profiles, uid)) { in updateRestrictedState()