Home
last modified time | relevance | path

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

/cts/tests/translation/src/android/translation/cts/
DHelper.java108 public static void setDefaultContentCaptureServiceEnabled(boolean enabled) { in setDefaultContentCaptureServiceEnabled() method in Helper
DUiTranslationManagerTest.java151 Helper.setDefaultContentCaptureServiceEnabled(/* enabled= */ false); in oneTimeSetup()
157 Helper.setDefaultContentCaptureServiceEnabled(/* enabled= */ true); in oneTimeReset()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java919 setDefaultContentCaptureServiceEnabled(false); in testDisallowContentCapture_allowed()
924 setDefaultContentCaptureServiceEnabled(true); in testDisallowContentCapture_allowed()
952 private void setDefaultContentCaptureServiceEnabled(boolean enabled) in setDefaultContentCaptureServiceEnabled() method in DeviceAndProfileOwnerTest