Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DContextImpl.java268 private ContentCaptureOptions mContentCaptureOptions = null; field in ContextImpl
2975 return mContentCaptureOptions; in getContentCaptureOptions()
2981 mContentCaptureOptions = options; in setContentCaptureOptions()
3148 mContentCaptureOptions = container.mContentCaptureOptions; in ContextImpl()