Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureSession.java232 ContentCaptureSession(@NonNull ContentCaptureContext initialContext) { in ContentCaptureSession() argument
234 mClientContext = Preconditions.checkNotNull(initialContext); in ContentCaptureSession()