Home
last modified time | relevance | path

Searched defs:sourceId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/webkit/
DConsoleMessage.java42 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { in ConsoleMessage()
57 public String sourceId() { in sourceId() method in ConsoleMessage
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityCache.java112 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local
138 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked()
241 final long sourceId = info.getSourceNodeId(); in add() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DCommandDetails.java94 public int sourceId; field in DeviceIdentities
DCatService.java691 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload()