Searched refs:newLabel (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | LegacyVpnPreference.java | 49 final String newLabel = (profile != null ? profile.name : null); in setProfile() local 50 if (!TextUtils.equals(oldLabel, newLabel)) { in setProfile() 51 setTitle(newLabel); in setProfile()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/ |
D | LegacyVpnPreference.java | 49 final String newLabel = (profile != null ? profile.name : null); in setProfile() local 50 if (!TextUtils.equals(oldLabel, newLabel)) { in setProfile() 51 setTitle(newLabel); in setProfile()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 816 public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel, in createGroupRenameIntent() argument 821 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel); in createGroupRenameIntent() 909 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel, in createGroupUpdateIntent() argument 915 serviceIntent.putExtra(ContactSaveService.EXTRA_GROUP_LABEL, newLabel); in createGroupUpdateIntent()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | PhoneAccountRegistrar.java | 792 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount() local 796 .setLabel(newLabel) in addOrReplacePhoneAccount()
|