Home
last modified time | relevance | path

Searched refs:getSemanticAction (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/Car/libs/car-assist-client-lib/src/com/android/car/assist/client/
H A DCarAssistUtils.java206 .map(NotificationCompat.Action::getSemanticAction) in hasRequiredAssistantCallbacks()
233 if (action.getSemanticAction() in getMarkAsReadAction()
248 if (action.getSemanticAction() == Action.SEMANTIC_ACTION_MUTE) { in getMuteAction()
262 if (action.getSemanticAction() in getReplyAction()
278 .filter(action -> action.getSemanticAction() == SEMANTIC_ACTION_REPLY) in replyCallbackHasRemoteInput()
289 .filter(action -> SUPPORTED_SEMANTIC_ACTIONS.contains(action.getSemanticAction())) in assistantCallbacksShowNoUi()
/aosp12/packages/apps/Car/libs/car-assist-lib/src/com/android/car/assist/payloadhandlers/
H A DConversationPayloadHandler.java106 .setSemanticAction(getSemanticAction(actionType)); in getNotificationAction()
116 private static int getSemanticAction(@ActionType int actionType) { in getSemanticAction() method in ConversationPayloadHandler
H A DNotificationPayloadHandler.java111 if (action.getSemanticAction() == semanticAction) { in getAction()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/utils/
H A DMockMessageNotificationBuilder.java329 when(action.getSemanticAction()).thenReturn(semanticAction); in getMockReplyAction()
356 when(action.getSemanticAction()).thenReturn(SEMANTIC_ACTION_MUTE); in getMockMuteAction()
383 when(action.getSemanticAction()).thenReturn(SEMANTIC_ACTION_MARK_AS_READ); in getMockMarkAsReadAction()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationClickHandlerFactory.java150 int semanticAction = action.getSemanticAction(); in getActionClickHandler()
436 if (action.getSemanticAction()
/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java297 assertEquals(Notification.Action.SEMANTIC_ACTION_NONE, action.getSemanticAction()); in action_builder_hasDefault()
304 assertEquals(Notification.Action.SEMANTIC_ACTION_REPLY, action.getSemanticAction()); in action_builder_setSemanticAction()
315 assertEquals(Notification.Action.SEMANTIC_ACTION_ARCHIVE, action.getSemanticAction()); in action_parcel()
325 action.clone().getSemanticAction()); in action_clone()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java1815 public @SemanticAction int getSemanticAction() { in getSemanticAction() method in Notification.Action
1911 action.getAllowGeneratedReplies(), action.getSemanticAction(), in Builder()
2104 getSemanticAction(), in clone()
/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.txt5796 method public int getSemanticAction();