Home
last modified time | relevance | path

Searched defs:newLabel (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/
DLegacyVpnPreference.java49 final String newLabel = (profile != null ? profile.name : null); in setProfile() local
/packages/apps/Settings/src/com/android/settings/vpn2/
DLegacyVpnPreference.java49 final String newLabel = (profile != null ? profile.name : null); in setProfile() local
/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java280 String newLabel = checkNotNull(title, in getAcceptedSuggestionIndex() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java816 public static Intent createGroupRenameIntent(Context context, long groupId, String newLabel, in createGroupRenameIntent()
909 public static Intent createGroupUpdateIntent(Context context, long groupId, String newLabel, in createGroupUpdateIntent()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java821 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount() local