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 D | TvPipSystemAction.java | 20 import static android.app.Notification.Action.SEMANTIC_ACTION_NONE; 84 ? SEMANTIC_ACTION_DELETE : SEMANTIC_ACTION_NONE); in toNotificationAction()
|
H A D | TvPipCustomAction.java | 20 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 D | Notification.java | 1689 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 D | NotificationTest.java | 390 assertEquals(Notification.Action.SEMANTIC_ACTION_NONE, action.getSemanticAction()); in action_builder_hasDefault()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6367 field public static final int SEMANTIC_ACTION_NONE = 0; // 0x0
|