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