Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/events/
DCujTrace.kt41 sortedCujEvents.filter { it.type == CujEvent.Companion.Type.CANCEL } in from()
62 val canceled = closingEvent.type == CujEvent.Companion.Type.CANCEL in from()
DCujEvent.kt147 CANCEL
158 JANK_CUJ_CANCEL_TAG -> Type.CANCEL in String()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java321 .findUiObject(getUiElementFromConfig(AutomotiveConfigConstants.CANCEL)); in cancelButton()
322 getSpectatioUiUtil().validateUiObject(cancelObject, AutomotiveConfigConstants.CANCEL); in cancelButton()
/platform_testing/libraries/flicker/utils/test/src/android/tools/monitors/events/
DEventLogMonitorTest.kt400 Truth.assertThat(cujEvents.drop(2).first().type).isEqualTo(CujEvent.Companion.Type.CANCEL) in collectsCujEventData()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java644 public static final String CANCEL = "CANCEL"; field in AutomotiveConfigConstants