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.java1056 /** @hide */ private static final int CONTENT_CAPTURE_PAUSE = 3; field in Activity
1063 CONTENT_CAPTURE_PAUSE,
1075 case CONTENT_CAPTURE_PAUSE: in getContentCaptureTypeAsString()
1107 case CONTENT_CAPTURE_PAUSE: in notifyContentCaptureManagerIfNeeded()
2242 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_PAUSE); in onPause()