Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAssistScreenCaptureDisabledTest.java53 assertScreenCapturePossible(false); in testScreenCaptureImpossible_assist()
58 assertScreenCapturePossible(true); in testScreenCapturePossible_assist()
61 private void assertScreenCapturePossible(boolean possible) throws InterruptedException { in assertScreenCapturePossible() method in AssistScreenCaptureDisabledTest