Searched refs:profileName (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Settings/src/com/android/settings/users/ |
D | ProfileUpdateReceiver.java | 55 String profileName = Utils.getMeProfileName(context, false /* partial name */); in copyProfileName() local 56 if (profileName != null && profileName.length() > 0) { in copyProfileName() 57 um.setUserName(userId, profileName); in copyProfileName()
|
D | UserSettings.java | 405 private void finishLoadProfile(String profileName) { in finishLoadProfile() argument 407 mMePreference.setTitle(getString(R.string.user_you, profileName)); in finishLoadProfile()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/ |
D | ProfileUpdateReceiver.java | 55 String profileName = Utils.getMeProfileName(context, false /* partial name */); in copyProfileName() local 56 if (profileName != null && profileName.length() > 0) { in copyProfileName() 57 um.setUserName(userId, profileName); in copyProfileName()
|
D | UserSettings.java | 401 private void finishLoadProfile(String profileName) { in finishLoadProfile() argument 403 mMePreference.setTitle(getString(R.string.user_you, profileName)); in finishLoadProfile()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipConnectionService.java | 113 String profileName = accountHandle.getId(); in onCreateOutgoingConnection() local 114 findProfile(profileName, new IProfileFinderCallback() { in onCreateOutgoingConnection() 208 private void findProfile(final String profileName, final IProfileFinderCallback callback) { in findProfile() argument 217 if (Objects.equals(profileName, profile.getProfileName())) { in findProfile()
|
D | SipSettings.java | 196 String profileName = profile.getProfileName(); in getProfileName() local 197 if (TextUtils.isEmpty(profileName)) { in getProfileName() 198 profileName = profile.getUserName() + "@" + profile.getSipDomain(); in getProfileName() 200 return profileName; in getProfileName()
|
D | SipPhoneAccountSettingsActivity.java | 50 String profileName = SipUtil.getSipProfileNameFromPhoneAccount(accountHandle); in onCreate() local 51 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in onCreate()
|
D | SipAccountRegistry.java | 135 String profileName = SipUtil.getSipProfileNameFromPhoneAccount(accountHandle); in verifyAndPurgeInvalidPhoneAccounts() local 136 SipProfile profile = profileDb.retrieveSipProfileFromName(profileName); in verifyAndPurgeInvalidPhoneAccounts()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | GridOptionsProvider.java | 171 String profileName = segments.get(1); in openFile() local 172 if (TextUtils.isEmpty(profileName)) { in openFile() 178 idp = new InvariantDeviceProfile(getContext(), profileName); in openFile()
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowUserManager.java | 66 int userHandle, int profileUserHandle, String profileName, int profileFlags) { in addProfile() argument 68 mProfiles.get(userHandle).add(new UserInfo(profileUserHandle, profileName, profileFlags)); in addProfile()
|