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.java1050 /** @hide */ private static final int CONTENT_CAPTURE_START = 1; field in Activity
1057 CONTENT_CAPTURE_START,
1067 case CONTENT_CAPTURE_START: in getContentCaptureTypeAsString()
1091 case CONTENT_CAPTURE_START: in notifyContentCaptureManagerIfNeeded()
1673 notifyContentCaptureManagerIfNeeded(CONTENT_CAPTURE_START); in onPostCreate()