Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureSession.java228 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() argument
230 mClientContext = Preconditions.checkNotNull(initialContext); in ContentCaptureSession()