Searched refs:newLabel (Results 1 – 7 of 7) sorted by relevance
/aosp12/build/soong/android/ |
H A D | bazel_paths.go | 172 newLabel := "" 185 if newLabel == "" { 186 newLabel = pathComponent 188 newLabel = pathComponent + sep + newLabel 199 newLabel = "//" + newLabel 201 newLabel = "//" + moduleDir + "/" + newLabel 204 newPath.Label = newLabel
|
/aosp12/packages/apps/Settings/src/com/android/settings/vpn2/ |
H A 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()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/ |
H A D | FolderInfo.java | 285 String newLabel = checkNotNull(title, in getAcceptedSuggestionIndex() local 293 && newLabel.equalsIgnoreCase( in getAcceptedSuggestionIndex()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A 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()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | PhoneAccountRegistrar.java | 842 CharSequence newLabel = mAppLabelProxy.getAppLabel( in addOrReplacePhoneAccount() local 846 .setLabel(newLabel) in addOrReplacePhoneAccount()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 2184 String newLabel = "bananas!"; in testOnLocaleChanged_updatesDefaultChannels() local 2188 assertFalse(newLabel.equals(defaultChannel.getName())); in testOnLocaleChanged_updatesDefaultChannels() 2193 .thenReturn(newLabel); in testOnLocaleChanged_updatesDefaultChannels() 2197 assertEquals(newLabel, mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, in testOnLocaleChanged_updatesDefaultChannels()
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |