Home
last modified time | relevance | path

Searched refs:HELPER_APP_UUID_FLAG (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/tests/graphics/hotplug/src/com/android/cuttlefish/
DDisplayHotplugHelperApp.java43 private static final String HELPER_APP_UUID_FLAG = "display_hotplug_uuid"; field in DisplayHotplugHelperApp
76 String loggingIdentifier = getIntent().getExtras().getString(HELPER_APP_UUID_FLAG); in onCreate()
83 String loggingIdentifier = intent.getExtras().getString(HELPER_APP_UUID_FLAG); in onNewIntent()
/device/google/cuttlefish/tests/graphics/src/com/android/cuttlefish/tests/
DCuttlefishDisplayHotplugTest.java98 private static final String HELPER_APP_UUID_FLAG = "display_hotplug_uuid"; field in CuttlefishDisplayHotplugTest
246 … String.format("am start -n %s --es %s %s", HELPER_APP_ACTIVITY, HELPER_APP_UUID_FLAG, uuid)); in getDisplayHotplugHelperAppOutput()