Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/
H A DMessageComposerFragment.java41 private EditText customMessage; field in MessageComposerFragment
54 return customMessage == null ? null : customMessage.getText().toString(); in getMessage()
65 customMessage = (EditText) view.findViewById(R.id.custom_message); in onCreateView()
68 customMessage.addTextChangedListener(this); in onCreateView()
69 customMessage.setOnEditorActionListener(this); in onCreateView()
73 customMessage.setFilters(new InputFilter[] {new InputFilter.LengthFilter(charLimit)}); in onCreateView()
74 customMessage.addTextChangedListener( in onCreateView()
96 customMessage.setText(((TextView) view).getText()); in onClick()
97 customMessage.setSelection(customMessage.getText().length()); in onClick()
118 customMessage.getText().clear(); in clearComposer()
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DMessageFragment.java48 private EditText customMessage; field in MessageFragment
66 return customMessage == null ? null : customMessage.getText().toString(); in getMessage()
83 customMessage = view.findViewById(R.id.custom_message); in onCreateView()
84 customMessage.addTextChangedListener(this); in onCreateView()
85 customMessage.setOnEditorActionListener(this); in onCreateView()
92 customMessage.setFilters(new InputFilter[] {new InputFilter.LengthFilter(charLimit)}); in onCreateView()
108 if (!TextUtils.isEmpty(customMessage.getText())) { in onClick()
109 getListener().onMessageFragmentSendMessage(customMessage.getText().toString()); in onClick()
112 customMessage.setText(((TextView) view).getText()); in onClick()
113 customMessage.setSelection(customMessage.getText().length()); in onClick()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java267 final CharSequence customMessage = mCallback.consumeCustomMessage();
268 if (customMessage != null) {
269 mKeyguardViewController.showErrorMessage(customMessage);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardHostViewController.java273 public void showErrorMessage(CharSequence customMessage) { in showErrorMessage() argument
274 showMessage(customMessage, Utils.getColorError(mView.getContext())); in showErrorMessage()
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...