Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/webkit/
DConsoleMessage.java42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { in ConsoleMessage() argument
44 mSourceId = sourceId; in ConsoleMessage()
57 public String sourceId() { in sourceId() method in ConsoleMessage
DWebChromeClient.java373 consoleMessage.sourceId()); in onConsoleMessage()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java165 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local
168 clearSubTreeLocked(windowId, sourceId); in onAccessibilityEvent()
170 refreshCachedNodeLocked(windowId, sourceId); in onAccessibilityEvent()
191 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() argument
200 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in refreshCachedNodeLocked()
210 clearSubTreeLocked(windowId, sourceId); in refreshCachedNodeLocked()
301 final long sourceId = info.getSourceNodeId(); in add() local
302 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); in add()
312 if (nodes.get(sourceId) == null) { in add()
340 nodes.put(sourceId, clone); in add()
[all …]
DAccessibilityNodeInfo.java2870 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId() argument
2872 mSourceNodeId = sourceId; in setSourceNodeId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandDetails.java94 public int sourceId; field in DeviceIdentities
DValueParser.java71 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()
DCatService.java698 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload() argument
720 buf.write(sourceId); // source device id in eventDownload()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java197 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local
203 if (sourceId != -1) { in parseCertificatesEntry()
205 source = new ResourceCertificateSource(sourceId, mContext); in parseCertificatesEntry()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35988 method public java.lang.String sourceId();
/frameworks/base/api/
Dcurrent.txt48234 method public java.lang.String sourceId();
Dsystem-current.txt51777 method public java.lang.String sourceId();