Searched refs:isAutofillWindowFullScreen (Results 1 – 5 of 5) sorted by relevance
112 if (!Helper.isAutofillWindowFullScreen(mActivity)) {
776 boolean autofillViewBoundsMatches = !Helper.isAutofillWindowFullScreen(mContext); in assertDatasetShown()
297 if (Helper.isAutofillWindowFullScreen(mContext)) {
40 import static android.autofillservice.cts.Helper.isAutofillWindowFullScreen;526 final boolean pickerAndViewBoundsMatches = !isAutofillWindowFullScreen(mContext); in testDatasetPickerPosition()
847 public static boolean isAutofillWindowFullScreen(Context context) { in isAutofillWindowFullScreen() method in Helper