Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipSystemAction.java20 import static android.app.Notification.Action.SEMANTIC_ACTION_NONE;
84 ? SEMANTIC_ACTION_DELETE : SEMANTIC_ACTION_NONE); in toNotificationAction()
H A DTvPipCustomAction.java20 import static android.app.Notification.Action.SEMANTIC_ACTION_NONE;
93 ? SEMANTIC_ACTION_DELETE : SEMANTIC_ACTION_NONE); in toNotificationAction()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1689 public static final int SEMANTIC_ACTION_NONE = 0; field in Notification.Action
1817 SEMANTIC_ACTION_NONE, false /* isContextual */, false /* requireAuth */); in Action()
1979 this(icon, title, intent, new Bundle(), null, true, SEMANTIC_ACTION_NONE, false); in Builder()
2498 SEMANTIC_ACTION_NONE,
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java390 assertEquals(Notification.Action.SEMANTIC_ACTION_NONE, action.getSemanticAction()); in action_builder_hasDefault()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6367 field public static final int SEMANTIC_ACTION_NONE = 0; // 0x0