Searched refs:sourceId (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
H A D | ConsoleMessage.java | 42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { argument 44 mSourceId = sourceId; 57 public String sourceId() { method in class:ConsoleMessage
|
H A D | WebChromeClient.java | 365 consoleMessage.sourceId());
|
/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityCache.java | 112 final long sourceId = event.getSourceNodeId(); 115 clearSubTreeLocked(windowId, sourceId); 117 refreshCachedNodeLocked(windowId, sourceId); 138 private void refreshCachedNodeLocked(int windowId, long sourceId) { argument 147 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); 157 clearSubTreeLocked(windowId, sourceId); 241 final long sourceId = info.getSourceNodeId(); 242 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); 271 nodes.put(sourceId, clone);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | CommandDetails.java | 94 public int sourceId; field in class:DeviceIdentities
|
H A D | ValueParser.java | 71 devIds.sourceId = rawValue[valueIndex] & 0xff;
|
H A D | CatService.java | 691 private void eventDownload(int event, int sourceId, int destinationId, argument 713 buf.write(sourceId); // source device id
|
Completed in 153 milliseconds