Searched refs:updateOptions (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/ |
D | processXML.ts | 82 const updateOptions = evalExistingEntry(attrName, migItem, qEl); constant 84 if (!updateOptions) return; 86 const [processType, processOptions] = updateOptions;
|
D | DOMFuncs.ts | 171 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/ |
D | ContentCapturePerUserService.java | 741 mMaster.updateOptions(packageName, options); in updateContentCaptureOptions()
|
D | ContentCaptureManagerService.java | 774 void updateOptions(String packageName, ContentCaptureOptions options) { in updateOptions() method in ContentCaptureManagerService
|