Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java268 private ContentCaptureOptions mContentCaptureOptions = null; field in ContextImpl
2954 return mContentCaptureOptions; in getContentCaptureOptions()
2960 mContentCaptureOptions = options; in setContentCaptureOptions()
3123 mContentCaptureOptions = container.mContentCaptureOptions; in ContextImpl()