Searched defs:sourceId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | ConsoleMessage.java | 42 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/ |
D | AccessibilityCache.java | 162 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local 188 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() 298 final long sourceId = info.getSourceNodeId(); in add() local
|
D | AccessibilityNodeInfo.java | 2998 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CommandDetails.java | 94 public int sourceId; field in DeviceIdentities
|
D | CatService.java | 721 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload()
|
/frameworks/base/core/java/android/security/net/config/ |
D | XmlConfigSource.java | 179 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local
|