Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureRestrictionsTest.java66 activity.waitContentCaptureEnabled(true); in testDisallowContentCapture_allowed()
70 activity.waitContentCaptureEnabled(false); in testDisallowContentCapture_allowed()
DContentCaptureActivity.java59 public void waitContentCaptureEnabled(boolean enabled) throws InterruptedException { in waitContentCaptureEnabled() method in ContentCaptureActivity