Searched defs:contentCaptureSession (Results 1 – 4 of 4) sorted by relevance
59 public static @NonNull ContentCaptureSessionCompat toContentCaptureSessionCompat( in toContentCaptureSessionCompat()85 private ContentCaptureSessionCompat(@NonNull ContentCaptureSession contentCaptureSession, in ContentCaptureSessionCompat()243 ContentCaptureSession contentCaptureSession, List<ViewStructure> appearedNodes) { in notifyViewsAppeared()254 ContentCaptureSession contentCaptureSession, AutofillId hostId, long[] virtualIds) { in notifyViewsDisappeared()259 ContentCaptureSession contentCaptureSession, ViewStructure node) { in notifyViewAppeared()263 ContentCaptureSession contentCaptureSession, View view) { in newViewStructure()267 static ViewStructure newVirtualViewStructure(ContentCaptureSession contentCaptureSession, in newVirtualViewStructure()273 static AutofillId newAutofillId(ContentCaptureSession contentCaptureSession, in newAutofillId()278 public static void notifyViewTextChanged(ContentCaptureSession contentCaptureSession, in notifyViewTextChanged()
48 public static @NonNull ViewStructureCompat toViewStructureCompat( in toViewStructureCompat()
1210 @Nullable ContentCaptureSessionCompat contentCaptureSession) { in setContentCaptureSession()
438 ContentCaptureSession contentCaptureSession = mock(ContentCaptureSession.class); in testSetContentCaptureSession_successAboveSDK29() local