Searched defs:sourceId (Results 1 - 3 of 3) 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 DAccessibilityNodeInfoCache.java96 final long sourceId = event.getSourceNodeId();
99 clearSubTreeLocked(sourceId);
101 refreshCachedNode(sourceId);
112 private void refreshCachedNode(long sourceId) { argument
117 AccessibilityNodeInfo cachedInfo = mCacheImpl.get(sourceId);
127 clearSubTreeLocked(sourceId);
168 final long sourceId = info.getSourceNodeId();
169 AccessibilityNodeInfo oldInfo = mCacheImpl.get(sourceId);
197 mCacheImpl.put(sourceId, clone);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCommandDetails.java94 public int sourceId; field in class:DeviceIdentities

Completed in 72 milliseconds