Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A 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()
/aosp12/frameworks/base/core/java/android/preference/
H A DSwitchPreference.java161 public void setSwitchTextOn(CharSequence onText) { in setSwitchTextOn() argument
162 mSwitchOn = onText; in setSwitchTextOn()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothActionFragment.java46 void onText(String key, String text); in onText() method
154 listener.onText(key, action.getTitle().toString()); in onGuidedActionEditedAndProceed()
H A DBluetoothActionActivity.java120 public void onText(String key, String text) { in onText() method in BluetoothActionActivity
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java190 public void setSwitchBarText(String onText, String offText) { in setSwitchBarText() argument
191 mOnText = onText; in setSwitchBarText()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java369 public void onText(CharSequence text) {
419 public void onText(CharSequence text) {
/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java113 void onText(CharSequence text); in onText() method
830 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
1112 public void onText(CharSequence text) { in onLongPress()
1113 mKeyboardActionListener.onText(text); in onLongPress()
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java115 void onText(CharSequence text); in onText() method
947 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt19496 method @Deprecated public void onText(CharSequence);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt13663 method public abstract void onText(java.lang.CharSequence);