Searched refs:isAutofillWindowFullScreen (Results 1 – 5 of 5) sorted by relevance
118 if (!Helper.isAutofillWindowFullScreen(mActivity)) {
803 boolean autofillViewBoundsMatches = !Helper.isAutofillWindowFullScreen(mContext); in assertDatasetShown()
47 import static android.autofillservice.cts.testcore.Helper.isAutofillWindowFullScreen;601 final boolean pickerAndViewBoundsMatches = !isAutofillWindowFullScreen(mContext); in testDatasetPickerPosition()
343 if (Helper.isAutofillWindowFullScreen(mContext)) { in assertDatasetsWithBorders()
912 public static boolean isAutofillWindowFullScreen(Context context) { in isAutofillWindowFullScreen() method in Helper