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.java1171 /** @hide */ private static final int CONTENT_CAPTURE_PAUSE = 3; field in Activity
1178 CONTENT_CAPTURE_PAUSE,
1190 case CONTENT_CAPTURE_PAUSE: in getContentCaptureTypeAsString()
1222 case CONTENT_CAPTURE_PAUSE: in notifyContentCaptureManagerIfNeeded()
2397 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_PAUSE); in onPause()