Searched defs:sourceId (Results 1 - 4 of 4) 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
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityCache.java112 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 DCommandDetails.java94 public int sourceId; field in class:DeviceIdentities
H A DCatService.java684 private void eventDownload(int event, int sourceId, int destinationId, argument
706 buf.write(sourceId); // source device id

Completed in 95 milliseconds