Searched refs:sourceId (Results 1 – 11 of 11) 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() argument 44 mSourceId = sourceId; in ConsoleMessage() 57 public String sourceId() { in sourceId() method in ConsoleMessage
|
D | WebChromeClient.java | 373 consoleMessage.sourceId()); in onConsoleMessage()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 165 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local 168 clearSubTreeLocked(windowId, sourceId); in onAccessibilityEvent() 170 refreshCachedNodeLocked(windowId, sourceId); in onAccessibilityEvent() 191 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() argument 200 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in refreshCachedNodeLocked() 210 clearSubTreeLocked(windowId, sourceId); in refreshCachedNodeLocked() 301 final long sourceId = info.getSourceNodeId(); in add() local 302 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); in add() 312 if (nodes.get(sourceId) == null) { in add() 340 nodes.put(sourceId, clone); in add() [all …]
|
D | AccessibilityNodeInfo.java | 2870 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId() argument 2872 mSourceNodeId = sourceId; in setSourceNodeId()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CommandDetails.java | 94 public int sourceId; field in DeviceIdentities
|
D | ValueParser.java | 71 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()
|
D | CatService.java | 698 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload() argument 720 buf.write(sourceId); // source device id in eventDownload()
|
/frameworks/base/core/java/android/security/net/config/ |
D | XmlConfigSource.java | 197 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local 203 if (sourceId != -1) { in parseCertificatesEntry() 205 source = new ResourceCertificateSource(sourceId, mContext); in parseCertificatesEntry()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35988 method public java.lang.String sourceId();
|
/frameworks/base/api/ |
D | current.txt | 48234 method public java.lang.String sourceId();
|
D | system-current.txt | 51777 method public java.lang.String sourceId();
|