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.java1153 /** @hide */ private static final int CONTENT_CAPTURE_PAUSE = 3; field in Activity
1160 CONTENT_CAPTURE_PAUSE,
1172 case CONTENT_CAPTURE_PAUSE: in getContentCaptureTypeAsString()
1204 case CONTENT_CAPTURE_PAUSE: in notifyContentCaptureManagerIfNeeded()
2362 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_PAUSE); in onPause()