Searched refs:CANCEL (Results 1 – 5 of 5) sorted by relevance
41 sortedCujEvents.filter { it.type == CujEvent.Companion.Type.CANCEL } in from()62 val canceled = closingEvent.type == CujEvent.Companion.Type.CANCEL in from()
147 CANCEL158 JANK_CUJ_CANCEL_TAG -> Type.CANCEL in String()
321 .findUiObject(getUiElementFromConfig(AutomotiveConfigConstants.CANCEL)); in cancelButton()322 getSpectatioUiUtil().validateUiObject(cancelObject, AutomotiveConfigConstants.CANCEL); in cancelButton()
400 Truth.assertThat(cujEvents.drop(2).first().type).isEqualTo(CujEvent.Companion.Type.CANCEL) in collectsCujEventData()
644 public static final String CANCEL = "CANCEL"; field in AutomotiveConfigConstants