Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivity.java1054 /** @hide */ private static final int CONTENT_CAPTURE_START = 1; field in Activity
1061 CONTENT_CAPTURE_START,
1071 case CONTENT_CAPTURE_START: in getContentCaptureTypeAsString()
1095 case CONTENT_CAPTURE_START: in notifyContentCaptureManagerIfNeeded()
1679 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_START); in onPostCreate()