Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSwitchBarTest.java73 final int onText = R.string.master_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()
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java186 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument
187 mOnTextId = onText; in setSwitchBarText()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSwitchBar.java176 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument
177 mOnTextId = 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()