Searched refs:ID_CANCEL_FILL (Results 1 – 2 of 2) sorted by relevance
26 import static android.autofillservice.cts.testcore.Helper.ID_CANCEL_FILL;2875 mUiBot.selectByRelativeId(ID_CANCEL_FILL); in testCancelActionButton()
114 public static final String ID_CANCEL_FILL = "cancel_fill"; field in Helper