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