Searched refs:contentCaptureOptions (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | IApplicationThread.aidl | 82 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication() argument
|
H A D | ActivityThread.java | 893 ContentCaptureOptions contentCaptureOptions; field in ActivityThread.AppBindData 1109 ContentCaptureOptions contentCaptureOptions, long[] disabledCompatChanges, in bindApplication() argument 1157 data.contentCaptureOptions = contentCaptureOptions; in bindApplication() 6729 app.setContentCaptureOptions(data.contentCaptureOptions); in handleBindApplication()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 4498 ContentCaptureOptions contentCaptureOptions = null; in attachApplicationLocked() local 4503 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked() 4537 buildSerial, autofillOptions, contentCaptureOptions, in attachApplicationLocked() 4547 buildSerial, autofillOptions, contentCaptureOptions, in attachApplicationLocked()
|