Searched refs:isAutofillWindowFullScreen (Results 1 – 4 of 4) sorted by relevance
796 boolean autofillViewBoundsMatches = !Helper.isAutofillWindowFullScreen(mContext); in assertDatasetShown()
45 import static android.autofillservice.cts.testcore.Helper.isAutofillWindowFullScreen;499 final boolean pickerAndViewBoundsMatches = !isAutofillWindowFullScreen(mContext); in testDatasetPickerPosition()
314 if (Helper.isAutofillWindowFullScreen(mContext)) { in assertDatasetsWithBorders()
901 public static boolean isAutofillWindowFullScreen(Context context) { in isAutofillWindowFullScreen() method in Helper