Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/OutsideOfPackageActivity/src/android/contentcaptureservice/cts2/
DOutsideOfPackageActivity.java60 ContentCaptureManager captureManager = getSystemService(ContentCaptureManager.class); in isContentCaptureEnabled() local
61 if (captureManager == null) { in isContentCaptureEnabled()
64 return captureManager.isContentCaptureEnabled(); in isContentCaptureEnabled()