HomeSort by relevance Sort by last modified time
    Searched full:action_id (Results 1 - 10 of 10) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/item/
LatencyItem.java 13 public static final String ACTION_ID = "ACTION_ID";
19 ACTION_ID, DELAY));
29 return (int) getAttribute(ACTION_ID);
33 setAttribute(ACTION_ID, actionId);
  /frameworks/support/navigation/common/src/test/java/androidx/navigation/
NavDestinationTest.java 39 private static final int ACTION_ID = 1;
60 destination.putAction(ACTION_ID, DESTINATION_ID);
62 assertThat(destination.getAction(ACTION_ID), not(nullValue()));
63 assertThat(destination.getAction(ACTION_ID).getDestinationId(), is(DESTINATION_ID));
76 destination.putAction(ACTION_ID, action);
78 assertThat(destination.getAction(ACTION_ID), is(action));
85 destination.putAction(ACTION_ID, action);
87 assertThat(destination.getAction(ACTION_ID), is(action));
89 destination.removeAction(ACTION_ID);
91 assertThat(destination.getAction(ACTION_ID), nullValue())
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/extractors/
BUILD 12 cmd = "$(location :java_extractor) $(EXTRA_ACTION_FILE) $(output $(ACTION_ID).java.kindex) $(location vnames.json)",
14 out_templates = ["$(ACTION_ID).java.kindex"],
  /frameworks/support/navigation/common/ktx/src/androidTest/java/androidx/navigation/
NavDestinationBuilderTest.kt 65 action(ACTION_ID) {
72 val action = destination.getAction(ACTION_ID)
81 private const val ACTION_ID = 1
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/wizard/
GuidedStepAttributesTest.java 112 for(int action_id : ACTIONS_WITH_DISABLED_FOCUS )
113 actionList.get(action_id).setFocusable(false);
230 for(int action_id : DISABLED_ACTIONS ) {
231 if ( action_id >= 0 && action_id < NUM_SEARCH_ACTIONS ) {
232 actionList.get(action_id + 1).setEnabled(false);
233 EXPECTED_ACTIONS_STATE.set(action_id, Boolean.FALSE);
312 for(int action_id : DISABLED_ACTIONS ) {
313 if ( action_id >= 0 && action_id < NUM_SEARCH_ACTIONS )
    [all...]
  /external/autotest/frontend/migrations/
045_test_planner_framework.py 96 `action_id` integer NOT NULL,
066_drop_planner.py 380 `action_id` int(11) NOT NULL,
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 1662 camera_action_t action_id; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 2049 camera_action_t action_id; local
    [all...]
  /external/autotest/database/
schema_051.sql 562 `action_id` int(11) NOT NULL,
    [all...]

Completed in 299 milliseconds