Home
last modified time | relevance | path

Searched refs:launchActivityAndGetEnabled (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentSuggestionsRestrictionsTest.java58 final boolean enabledBefore = launchActivityAndGetEnabled(); in testDisallowContentSuggestions_allowed()
66 final boolean disabledAfter = !launchActivityAndGetEnabled(); in testDisallowContentSuggestions_allowed()
75 private boolean launchActivityAndGetEnabled() throws Exception { in launchActivityAndGetEnabled() method in ContentSuggestionsRestrictionsTest
DAutofillRestrictionsTest.java60 final boolean enabledBefore = launchActivityAndGetEnabled(); in testDisallowAutofill_allowed()
67 final boolean disabledAfter = !launchActivityAndGetEnabled(); in testDisallowAutofill_allowed()
76 private boolean launchActivityAndGetEnabled() throws Exception { in launchActivityAndGetEnabled() method in AutofillRestrictionsTest