Home
last modified time | relevance | path

Searched defs:sourceId (Results 1 – 5 of 5) 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.java132 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local
158 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked()
268 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.java697 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload()
/frameworks/base/core/java/android/security/net/config/
DXmlConfigSource.java189 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local