Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java404 assertEquals(Notification.Action.SEMANTIC_ACTION_NONE, action.getSemanticAction()); in action_builder_hasDefault()
411 assertEquals(Notification.Action.SEMANTIC_ACTION_REPLY, action.getSemanticAction()); in action_builder_setSemanticAction()
422 assertEquals(Notification.Action.SEMANTIC_ACTION_ARCHIVE, action.getSemanticAction()); in action_parcel()
432 action.clone().getSemanticAction()); in action_clone()
/frameworks/base/core/java/android/app/
DNotification.java1945 public @SemanticAction int getSemanticAction() { in getSemanticAction() method in Notification.Action
2056 action.getAllowGeneratedReplies(), action.getSemanticAction(), in Builder()
2253 getSemanticAction(), in clone()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6551 method public int getSemanticAction();