Home
last modified time | relevance | path

Searched refs:allowOverlays (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedAutofillManualActivityLaunchTestCase.java18 import static android.autofillservice.cts.Helper.allowOverlays;
59 allowOverlays(); in allowAugmentedAutofill()
DAugmentedAutofillAutoActivityLaunchTestCase.java18 import static android.autofillservice.cts.Helper.allowOverlays;
60 allowOverlays(); in allowAugmentedAutofill()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java28 import static android.autofillservice.cts.Helper.allowOverlays;
1056 allowOverlays(); in testAutoFillOneDatasetAndSaveHidingOverlays()
DHelper.java1448 public static void allowOverlays() { in allowOverlays() method in Helper