Searched defs:profileName (Results 1 - 2 of 2) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnectionService.java112 String profileName = accountHandle.getId();
113 findProfile(profileName, new IProfileFinderCallback() {
207 private void findProfile(final String profileName, final IProfileFinderCallback callback) { argument
216 if (Objects.equals(profileName, profile.getProfileName())) {
/packages/apps/Settings/src/com/android/settings/users/
H A DUserSettings.java335 private void finishLoadProfile(String profileName) { argument
337 mMePreference.setTitle(getString(R.string.user_you, profileName));

Completed in 352 milliseconds