Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java51 private TextView messageView; field in BluetoothPermissionActivity
167 messageView = (TextView)mView.findViewById(R.id.message); in createConnectionDialogView()
168 messageView.setText(getString(R.string.bluetooth_connection_dialog_text, in createConnectionDialogView()
176 messageView = (TextView)mView.findViewById(R.id.message); in createPhonebookDialogView()
177 messageView.setText(getString(R.string.bluetooth_pb_acceptance_dialog_text, in createPhonebookDialogView()
185 messageView = (TextView)mView.findViewById(R.id.message); in createMapDialogView()
186 messageView.setText(getString(R.string.bluetooth_map_acceptance_dialog_text, in createMapDialogView()
194 messageView = (TextView)mView.findViewById(R.id.message); in createSapDialogView()
195 messageView.setText(getString(R.string.bluetooth_sap_acceptance_dialog_text, in createSapDialogView()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java82 private TextView messageView; field in BluetoothPbapActivity
161 messageView = (TextView)mView.findViewById(R.id.message); in createView()
162 messageView.setText(createDisplayText(id)); in createView()
236 messageView.setText(getString(R.string.pbap_authentication_timeout_message, in onTimeout()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java421 final ConversationMessageView messageView = (ConversationMessageView) v; in onCreate()
422 handleMessageClick(messageView); in onCreate()
672 private void selectMessage(final ConversationMessageView messageView) { in selectMessage() argument
673 selectMessage(messageView, null /* attachment */); in selectMessage()
676 private void selectMessage(final ConversationMessageView messageView, in selectMessage() argument
678 mSelectedMessage = messageView; in selectMessage()
686 mAdapter.setSelectedMessage(messageView.getData().getMessageId()); in selectMessage()
1251 public boolean onAttachmentClick(final ConversationMessageView messageView, in onAttachmentClick() argument
1254 selectMessage(messageView, attachment); in onAttachmentClick()
1256 } else if (messageView.getData().getOneClickResendMessage()) { in onAttachmentClick()
[all …]
DConversationFastScroller.java322 final ConversationMessageView messageView = (ConversationMessageView) vh.itemView; in updatePreviewText() local
323 final ConversationMessageData messageData = messageView.getData(); in updatePreviewText()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeRuleSettingsBase.java250 final View messageView = dialog.findViewById(android.R.id.message); in showDeleteRuleDialog() local
251 if (messageView != null) { in showDeleteRuleDialog()
252 messageView.setTextDirection(View.TEXT_DIRECTION_LOCALE); in showDeleteRuleDialog()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragment.java501 TextView messageView = (TextView) ((AlertDialog) dialog).findViewById( in onShow() local
503 if (messageView != null) { in onShow()
504 messageView.setMovementMethod(LinkMovementMethod.getInstance()); in onShow()