Searched defs:buttonText (Results 1 – 3 of 3) sorted by relevance
672 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_NEXT_TEXT); in onCreate() local681 String buttonText = intent.getStringExtra(EXTRA_PREFS_SET_BACK_TEXT); in onCreate() local
254 public final int buttonText; field in ChooseLockPassword.ChooseLockPasswordFragment.Stage
819 private void updateExpandCollapseButton(CharSequence buttonText, long duration) { in updateExpandCollapseButton()