Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.aidl95 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication() argument
DActivityThread.java1003 ContentCaptureOptions contentCaptureOptions; field in ActivityThread.AppBindData
1327 ContentCaptureOptions contentCaptureOptions, in bindApplication() argument
1397 data.contentCaptureOptions = contentCaptureOptions; in bindApplication()
7796 app.setContentCaptureOptions(data.contentCaptureOptions); in handleBindApplication()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java4709 ContentCaptureOptions contentCaptureOptions = null; in attachApplicationLocked() local
4714 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked()
4777 contentCaptureOptions, in attachApplicationLocked()