Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipSystemAction.java20 import static android.app.Notification.Action.SEMANTIC_ACTION_NONE;
84 ? SEMANTIC_ACTION_DELETE : SEMANTIC_ACTION_NONE); in toNotificationAction()
DTvPipCustomAction.java20 import static android.app.Notification.Action.SEMANTIC_ACTION_NONE;
93 ? SEMANTIC_ACTION_DELETE : SEMANTIC_ACTION_NONE); in toNotificationAction()
/frameworks/base/core/java/android/app/
DNotification.java1755 public static final int SEMANTIC_ACTION_NONE = 0; field in Notification.Action
1883 SEMANTIC_ACTION_NONE, false /* isContextual */, false /* requireAuth */); in Action()
2045 this(icon, title, intent, new Bundle(), null, true, SEMANTIC_ACTION_NONE, false); in Builder()
2564 SEMANTIC_ACTION_NONE,
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java404 assertEquals(Notification.Action.SEMANTIC_ACTION_NONE, action.getSemanticAction()); in action_builder_hasDefault()
/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.txt6562 field public static final int SEMANTIC_ACTION_NONE = 0; // 0x0