Searched refs:sourceId (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { argument
44 mSourceId = sourceId;
57 public String sourceId() { method in class:ConsoleMessage
H A DWebChromeClient.java361 consoleMessage.sourceId());
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java88 final long sourceId = event.getSourceNodeId();
91 clearSubTreeLocked(windowId, sourceId);
93 refreshCachedNodeLocked(windowId, sourceId);
114 private void refreshCachedNodeLocked(int windowId, long sourceId) { argument
123 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId);
133 clearSubTreeLocked(windowId, sourceId);
217 final long sourceId = info.getSourceNodeId();
218 AccessibilityNodeInfo oldInfo = nodes.get(sourceId);
247 nodes.put(sourceId, clone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandDetails.java94 public int sourceId; field in class:DeviceIdentities
H A DValueParser.java71 devIds.sourceId = rawValue[valueIndex] & 0xff;

Completed in 103 milliseconds