/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | SettingsActivity.java | 343 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local 344 if (TextUtils.isEmpty(buttonText)) { in onCreate() 347 mNextButton.setText(buttonText); in onCreate() 351 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local 352 if (TextUtils.isEmpty(buttonText)) { in onCreate() 355 backButton.setText(buttonText); in onCreate()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | Message.java | 218 CharSequence buttonText = null; in updateToQuietModeErrorMessage() local 220 buttonText = mEnv.getContext().getResources().getText(R.string.quiet_mode_button); in updateToQuietModeErrorMessage() 227 buttonText, in updateToQuietModeErrorMessage() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | SuspendDialogInfo.java | 228 final String buttonText = XmlUtils.readStringAttribute(in, XML_ATTR_BUTTON_TEXT); in restoreFromXml() local 245 } else if (buttonText != null) { in restoreFromXml() 246 dialogInfoBuilder.setNeutralButtonText(buttonText); in restoreFromXml()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | SuspendedAppActivity.java | 191 final String buttonText = mSuppliedDialogInfo.getNeutralButtonText(); in resolveNeutralButtonText() local 198 } else if (buttonText != null) { in resolveNeutralButtonText() 199 return buttonText; in resolveNeutralButtonText()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | SuspendPackagesTest.java | 480 final String buttonText = mContext.getResources().getString(Resources.getSystem() in testInterceptorActivity() local 483 By.clickable(true).text(buttonText)); in testInterceptorActivity() 484 assertNotNull(buttonText + " button not shown", moreDetailsButton); in testInterceptorActivity() 487 assertEquals(buttonText + " activity start not reported", in testInterceptorActivity() 491 assertEquals("Wrong package name received by " + buttonText + " activity", in testInterceptorActivity()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | FloatingToolbar.java | 1767 final TextView buttonText = menuItemButton.findViewById( in updateMenuItemButton() local 1769 buttonText.setEllipsize(null); in updateMenuItemButton() 1771 buttonText.setVisibility(View.GONE); in updateMenuItemButton() 1773 buttonText.setVisibility(View.VISIBLE); in updateMenuItemButton() 1774 buttonText.setText(menuItem.getTitle()); in updateMenuItemButton() 1780 if (buttonText != null) { in updateMenuItemButton() 1781 buttonText.setPaddingRelative(0, 0, 0, 0); in updateMenuItemButton() 1786 if (buttonText != null) { in updateMenuItemButton() 1787 buttonText.setPaddingRelative(iconTextSpacing, 0, 0, 0); in updateMenuItemButton()
|
/aosp12/frameworks/base/core/java/android/preference/ |
H A D | PreferenceActivity.java | 681 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local 682 if (TextUtils.isEmpty(buttonText)) { in onCreate() 686 mNextButton.setText(buttonText); in onCreate() 690 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local 691 if (TextUtils.isEmpty(buttonText)) { in onCreate() 695 backButton.setText(buttonText); in onCreate()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | EmergencyActionGroup.java | 177 CharSequence buttonText = ((Button) v).getText(); in revealTheButton() local 178 mSelectedLabel.setText(buttonText); in revealTheButton()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ChooseLockPassword.java | 345 this.buttonText = nextButtonText; in Stage() 375 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage 880 setNextText(mUiStage.buttonText); in updateUi()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | StatusBarNotifier.java | 890 Optional<Integer> buttonText = SpeakEasyComponent.get(context).speakEasyTextResource(); in addSpeakeasyAnswerAction() local 891 if (!buttonText.isPresent()) { in addSpeakeasyAnswerAction() 899 Spannable spannable = new SpannableString(context.getText(buttonText.get())); in addSpeakeasyAnswerAction()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
H A D | ExpandingEntryCardView.java | 762 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton() argument 774 mExpandCollapseTextView.setText(buttonText); in updateExpandCollapseButton()
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 17029 final String buttonText = 17032 new Notification.Action.Builder(null /* icon */, buttonText, pendingIntent).build();
|