Searched refs:ACTION_MARK_AS_READ (Results 1 – 8 of 8) sorted by relevance
20 import static com.android.car.messenger.core.shared.MessageConstants.ACTION_MARK_AS_READ;178 case ACTION_MARK_AS_READ: in onStartCommand()
63 public static final String ACTION_MARK_AS_READ = field in BaseNotificationDelegate315 ACTION_MARK_AS_READ, /* isMutable= */ false); in buildNotificationActions()
44 @NonNull public static final String ACTION_MARK_AS_READ = "ACTION_MARK_AS_READ"; field in MessageConstants
31 import static com.android.car.messenger.core.shared.MessageConstants.ACTION_MARK_AS_READ;181 createServiceIntent(ACTION_MARK_AS_READ, conversationKey, userAccountId); in createTapToReadConversation()
50 if (CellBroadcastReceiver.ACTION_MARK_AS_READ.equals(intent.getAction())) { in onReceive()
89 public static final String ACTION_MARK_AS_READ = field in CellBroadcastReceiver117 if (ACTION_MARK_AS_READ.equals(action)) { in onReceive()
907 deleteIntent.setAction(CellBroadcastReceiver.ACTION_MARK_AS_READ); in createMarkAsReadIntent()
56 doReturn(CellBroadcastReceiver.ACTION_MARK_AS_READ).when(mIntent).getAction(); in testOnReceive_actionMarkAsRead()