Searched defs:sourceId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | ConsoleMessage.java | 49 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { in ConsoleMessage() 64 public String sourceId() { in sourceId() method in ConsoleMessage
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 158 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local 184 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() 294 final long sourceId = info.getSourceNodeId(); in add() local
|
D | AccessibilityNodeInfo.java | 3106 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CommandDetails.java | 99 public int sourceId; field in DeviceIdentities
|
D | CatService.java | 731 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
|