HomeSort by relevance Sort by last modified time
    Searched refs:isAutofillWindowFullScreen (Results 1 - 5 of 5) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
DialogLauncherActivityTest.java 112 if (!Helper.isAutofillWindowFullScreen(mActivity)) {
VirtualContainerActivityTest.java 776 boolean autofillViewBoundsMatches = !Helper.isAutofillWindowFullScreen(mContext);
UiBot.java 297 if (Helper.isAutofillWindowFullScreen(mContext)) {
    [all...]
LoginActivityTest.java 40 import static android.autofillservice.cts.Helper.isAutofillWindowFullScreen;
526 final boolean pickerAndViewBoundsMatches = !isAutofillWindowFullScreen(mContext);
    [all...]
Helper.java 847 public static boolean isAutofillWindowFullScreen(Context context)
    [all...]

Completed in 119 milliseconds