Searched refs:ID_EMPTY (Results 1 – 4 of 4) sorted by relevance
30 public static final String ID_EMPTY = "empty"; field in EmptyActivity
132 mUiBot.assertShownByRelativeId(MultiWindowEmptyActivity.ID_EMPTY);
23 import static android.autofillservice.cts.Helper.ID_EMPTY;196 .setField(ID_EMPTY, "new view on the block") in testAutofillAutomaticallyAfterServiceReturnedNoDatasets()297 ID_EMPTY) in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()330 final ViewNode childNode = findNodeByResourceId(saveRequest.structure, ID_EMPTY); in testAutofillAutomaticallyAndSaveAfterServiceReturnedNoDatasets()
99 public static final String ID_EMPTY = "empty"; field in Helper