Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java247 int profileCount = 0; in getAllProfiles() local
261 profiles[profileCount++] = profile; in getAllProfiles()
/aosp12/packages/services/Car/service/src/com/android/car/user/
H A DCarUserService.java2420 int profileCount = getNumberOfManagedProfiles(currentUser); in setupPassengerUser() local
2421 if (profileCount > 0) { in setupPassengerUser()
2423 + " is exceeded: current profile count is " + profileCount); in setupPassengerUser()
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2166 final int profileCount = profileIds.length; in loadGroupWidgetProvidersLocked() local
2167 for (int i = 0; i < profileCount; i++) { in loadGroupWidgetProvidersLocked()
2935 final int profileCount = profileIds.length; in saveStateLocked() local
2936 for (int i = 0; i < profileCount; i++) { in saveStateLocked()