Searched refs:sourceId (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | ConsoleMessage.java | 42 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
|
D | WebChromeClient.java | 362 consoleMessage.sourceId()); in onConsoleMessage()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 112 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/ |
D | CommandDetails.java | 94 public int sourceId; field in DeviceIdentities
|
D | ValueParser.java | 71 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()
|
D | CatService.java | 684 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/ |
D | debugging.jd | 129 + cm.{@link android.webkit.ConsoleMessage#sourceId()} );
|
/frameworks/base/api/ |
D | system-current.txt | 38222 method public java.lang.String sourceId();
|
D | current.txt | 35988 method public java.lang.String sourceId();
|