Searched refs:ID_EMPTY (Results 1 – 4 of 4) sorted by relevance
31 public static final String ID_EMPTY = "empty"; field in EmptyActivity
144 mUiBot.assertShownByRelativeId(MultiWindowEmptyActivity.ID_EMPTY);
27 import static android.autofillservice.cts.testcore.Helper.ID_EMPTY;164 .setField(ID_EMPTY, "new view on the block") in testAutofillAutomaticallyAfterServiceReturnedNoDatasets()265 ID_EMPTY) in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()298 final ViewNode childNode = findNodeByResourceId(saveRequest.structure, ID_EMPTY); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()
113 public static final String ID_EMPTY = "empty"; field in Helper