Home
last modified time | relevance | path

Searched refs:newLabel (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/vpn2/
DLegacyVpnPreference.java46 final String newLabel = (profile != null ? profile.name : null); in setProfile() local
47 if (!TextUtils.equals(oldLabel, newLabel)) { in setProfile()
48 setTitle(newLabel); in setProfile()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java816 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/
DPhoneAccountRegistrar.java684 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount() local
688 .setLabel(newLabel) in addOrReplacePhoneAccount()