Home
last modified time | relevance | path

Searched refs:MESSAGE (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatAdapter.java45 RowType.MESSAGE,
52 int MESSAGE = 2; field
83 case RowType.MESSAGE: in onCreateViewHolder()
96 return RowType.MESSAGE; in getItemViewType()
105 case RowType.MESSAGE: in onBindViewHolder()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSimpleDialog.java35 private static final String MESSAGE = "message"; field in SimpleDialog
57 if (args.containsKey(MESSAGE)) { in onCreateDialog()
58 builder.setMessage(args.getInt(MESSAGE)); in onCreateDialog()
163 args.putInt(MESSAGE, mMessage); in build()
/packages/modules/ExtServices/tests/src/android/ext/services/notification/
DSmartActionsHelperTest.java84 private static final String MESSAGE = "Where are you?"; field in SmartActionsHelperTest
124 Notification notification = mNotificationBuilder.setContentText(MESSAGE).build(); in testSuggest_notMessageNotification()
137 .setContentText(MESSAGE) in testSuggest_noInlineReply()
209 MessageSubject.assertThat(messages.get(0)).hasText(MESSAGE); in testSuggest_nonMessageStyleMessageNotification()
345 "something_else", MESSAGE, NotificationAssistantService.SOURCE_FROM_ASSISTANT); in testOnSuggestedReplySent_anotherNotification()
486 .setContentText(MESSAGE) in createMessageNotification()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponseParser.java57 public static final String MESSAGE = "Received BYE"; field in ImapResponseParser.ByeException
60 super(MESSAGE); in ByeException()
150 VvmLog.w(TAG, ByeException.MESSAGE); in readResponse()
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapResponseParser.java74 public static final String MESSAGE = "Received BYE"; field in ImapResponseParser.ByeException
76 super(MESSAGE); in ByeException()
180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE); in readResponse()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewType.java30 NotificationViewType.MESSAGE,
57 int MESSAGE = 7; field
DCarNotificationViewAdapter.java150 case NotificationViewType.MESSAGE: in onCreateViewHolder()
223 case NotificationViewType.MESSAGE: { in onBindViewHolder()
334 ? NotificationViewType.MESSAGE_IN_GROUP : NotificationViewType.MESSAGE; in getItemViewType()
/packages/apps/Car/Notification/tests/robotests/src/com/android/car/notification/
DCarNotificationViewAdapterTest.java197 NotificationViewType.MESSAGE); in onCreateViewHolder_message_shouldReturnObjectOfMessageNotificationViewHolder()
350 NotificationViewType.MESSAGE); in onBindViewHolder_message_shouldNotThrowError()
369 NotificationViewType.MESSAGE); in onBindViewHolder_messageWithRestriction_shouldNotThrowError()
635 assertThat(itemViewType).isEqualTo(NotificationViewType.MESSAGE); in getItemViewType_shouldReturnMessage()
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/
DGrantPermissionsWatchViewHandler.java40 private static final String MESSAGE = "message"; field in GrantPermissionsWatchViewHandler
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java222 private static final int MESSAGE = MESSAGE_BASE; field in EmailProvider
683 case MESSAGE: in delete()
746 case MESSAGE: in delete()
834 case MESSAGE: in getType()
937 case MESSAGE: in insert()
949 case MESSAGE: in insert()
1134 sURIMatcher.addURI(EmailContent.AUTHORITY, "message", MESSAGE); in init()
1372 case MESSAGE: in query()
2203 case MESSAGE: in update()
2455 case MESSAGE: in getBaseNotificationUri()