Searched refs:contentCaptureOptions (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IApplicationThread.aidl | 82 in ContentCaptureOptions contentCaptureOptions, in long[] disabledCompatChanges, in bindApplication() argument
|
D | ActivityThread.java | 887 ContentCaptureOptions contentCaptureOptions; field in ActivityThread.AppBindData 1103 ContentCaptureOptions contentCaptureOptions, long[] disabledCompatChanges, in bindApplication() argument 1151 data.contentCaptureOptions = contentCaptureOptions; in bindApplication() 6695 app.setContentCaptureOptions(data.contentCaptureOptions); in handleBindApplication()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 4472 ContentCaptureOptions contentCaptureOptions = null; in attachApplicationLocked() local 4477 contentCaptureOptions = ccm.getOptionsForPackage(app.userId, in attachApplicationLocked() 4511 buildSerial, autofillOptions, contentCaptureOptions, in attachApplicationLocked() 4521 buildSerial, autofillOptions, contentCaptureOptions, in attachApplicationLocked()
|