Home
last modified time | relevance | path

Searched refs:sourceId (Results 1 – 9 of 9) 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.java362 consoleMessage.sourceId()); in onConsoleMessage()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java112 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local
115 clearSubTreeLocked(windowId, sourceId); in onAccessibilityEvent()
117 refreshCachedNodeLocked(windowId, sourceId); in onAccessibilityEvent()
138 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() argument
147 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in refreshCachedNodeLocked()
157 clearSubTreeLocked(windowId, sourceId); in refreshCachedNodeLocked()
241 final long sourceId = info.getSourceNodeId(); in add() local
242 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); in add()
271 nodes.put(sourceId, clone); in add()
/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.java684 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload() argument
706 buf.write(sourceId); // source device id in eventDownload()
/frameworks/base/docs/html/guide/webapps/
Ddebugging.jd129 + cm.{@link android.webkit.ConsoleMessage#sourceId()} );
/frameworks/base/api/
Dsystem-current.txt38222 method public java.lang.String sourceId();
Dcurrent.txt35988 method public java.lang.String sourceId();