Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceController.java220 if (profileData != null) { in onAccountsUpdate()
221 updateAccountTypes(profileData); in onAccountsUpdate()
321 profileData.userInfo = userInfo; in updateProfileUi()
355 profileData.preferenceGroup = preferenceGroup; in updateProfileUi()
363 mProfiles.put(userInfo.id, profileData); in updateProfileUi()
450 if (profileData.userInfo.isEnabled()) { in updateAccountTypes()
454 profileData.authenticatorHelper, profileData.userInfo.getUserHandle(), in updateAccountTypes()
467 profileData.preferenceGroup.addPreference(profileData.addAccountPreference); in updateAccountTypes()
475 profileData.preferenceGroup.removeAll(); in updateAccountTypes()
489 profileData.preferenceGroup.addPreference(profileData.removeWorkProfilePreference); in updateAccountTypes()
[all …]
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
H A DConfigParser.java170 byte[] profileData = mimeParts.get(TYPE_PASSPOINT_PROFILE); in createPasspointConfig()
171 if (profileData == null) { in createPasspointConfig()
175 PasspointConfiguration config = PpsMoParser.parseMoText(new String(profileData)); in createPasspointConfig()
/aosp12/frameworks/av/media/libstagefright/
H A DUtils.cpp657 uint8_t profileData = (data[1] & 0xE0) >> 5; in parseAV1ProfileLevelFromCsd() local
667 if (profiles.map(std::make_pair(highBitDepth, profileData), &profile)) { in parseAV1ProfileLevelFromCsd()