Searched refs:profileData (Results 1 – 3 of 3) sorted by relevance
220 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 …]
170 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()
657 uint8_t profileData = (data[1] & 0xE0) >> 5; in parseAV1ProfileLevelFromCsd() local667 if (profiles.map(std::make_pair(highBitDepth, profileData), &profile)) { in parseAV1ProfileLevelFromCsd()