Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java1347 /** @hide */ private static final int CONTENT_CAPTURE_PAUSE = 3; field in Activity
1354 CONTENT_CAPTURE_PAUSE,
1366 case CONTENT_CAPTURE_PAUSE: in getContentCaptureTypeAsString()
1398 case CONTENT_CAPTURE_PAUSE: in notifyContentCaptureManagerIfNeeded()
2614 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_PAUSE); in onPause()