Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DContextImpl.java297 private ContentCaptureOptions mContentCaptureOptions = null; field in ContextImpl
3338 return mContentCaptureOptions; in getContentCaptureOptions()
3344 mContentCaptureOptions = options; in setContentCaptureOptions()
3521 mContentCaptureOptions = container.mContentCaptureOptions; in ContextImpl()