Home
last modified time | relevance | path

Searched refs:TYPE_COMMAND (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/controls/actions/
H A DControlAction.java64 TYPE_COMMAND
102 public static final @ActionType int TYPE_COMMAND = 5; field in ControlAction
240 case TYPE_COMMAND: in createActionFromBundle()
H A DCommandAction.java31 private static final @ActionType int TYPE = TYPE_COMMAND;
/aosp14/frameworks/base/core/tests/coretests/src/android/service/controls/actions/
H A DControlActionTest.java74 assertEquals(ControlAction.TYPE_COMMAND, fromParcel.getActionType()); in testUnparcelingCorrectClass_command()
/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.txt40466 field public static final int TYPE_COMMAND = 5; // 0x5