Searched refs:profileData (Results 1 – 2 of 2) sorted by relevance
241 final ProfileData profileData = mProfiles.get(userHandle.getIdentifier()); in onAccountsUpdate() local242 if (profileData != null) { in onAccountsUpdate()243 updateAccountTypes(profileData); in onAccountsUpdate()255 ProfileData profileData = mProfiles.valueAt(i); in onPreferenceClick() local256 if (preference == profileData.addAccountPreference) { in onPreferenceClick()260 intent.putExtra(EXTRA_USER, profileData.userInfo.getUserHandle()); in onPreferenceClick()265 if (preference == profileData.removeWorkProfilePreference) { in onPreferenceClick()267 final int userId = profileData.userInfo.id; in onPreferenceClick()272 if (preference == profileData.managedProfilePreference) { in onPreferenceClick()275 arguments.putParcelable(Intent.EXTRA_USER, profileData.userInfo.getUserHandle()); in onPreferenceClick()[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()