Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DprocessXML.ts82 const updateOptions = evalExistingEntry(attrName, migItem, qEl); constant
84 if (!updateOptions) return;
86 const [processType, processOptions] = updateOptions;
DDOMFuncs.ts171 static updateElement(el: Element, updateOptions: IUpdateTag) {
172 const exists = this.futureEntryAlreadyExist(el, updateOptions);
178 const { comment, attrs, content } = updateOptions;
222 static futureEntryAlreadyExist(el: Element, updateOptions: IUpdateTag) {
232 ...updateOptions,
233 attrs: { ...currentElOptions.attrs, ...updateOptions.attrs },
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCapturePerUserService.java741 mMaster.updateOptions(packageName, options); in updateContentCaptureOptions()
DContentCaptureManagerService.java774 void updateOptions(String packageName, ContentCaptureOptions options) { in updateOptions() method in ContentCaptureManagerService