Home
last modified time | relevance | path

Searched refs:onText (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSwitchBarTest.java73 final int onText = R.string.main_clear_progress_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local
76 mBar.setSwitchBarText(onText, offText); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
84 .isEqualTo(mContext.getString(onText)); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
89 final String onText = mContext.getString( in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground() local
95 mBar.setSwitchBarText(onText, offText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
102 assertThat(switchBarTextView.getText()).isEqualTo(onText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothActionFragment.java46 void onText(String key, String text); in onText() method
154 listener.onText(key, action.getTitle().toString()); in onGuidedActionEditedAndProceed()
DBluetoothActionActivity.java120 public void onText(String key, String text) { in onText() method in BluetoothActionActivity
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java190 public void setSwitchBarText(String onText, String offText) { in setSwitchBarText() argument
191 mOnText = onText; in setSwitchBarText()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java369 public void onText(CharSequence text) {
419 public void onText(CharSequence text) {
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java115 void onText(CharSequence text); in onText() method
947 mKeyboardActionListener.onText(key.text); in detectAndSendKey()