Searched refs:sourceId (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityCache.java | 158 final long sourceId = event.getSourceNodeId(); in onAccessibilityEvent() local 161 clearSubTreeLocked(windowId, sourceId); in onAccessibilityEvent() 163 refreshCachedNodeLocked(windowId, sourceId); in onAccessibilityEvent() 184 private void refreshCachedNodeLocked(int windowId, long sourceId) { in refreshCachedNodeLocked() argument 193 AccessibilityNodeInfo cachedInfo = nodes.get(sourceId); in refreshCachedNodeLocked() 203 clearSubTreeLocked(windowId, sourceId); in refreshCachedNodeLocked() 294 final long sourceId = info.getSourceNodeId(); in add() local 295 AccessibilityNodeInfo oldInfo = nodes.get(sourceId); in add() 310 if (nodes.get(sourceId) == null) { in add() 331 nodes.put(sourceId, clone); in add() [all …]
|
D | AccessibilityNodeInfo.java | 3106 public void setSourceNodeId(long sourceId, int windowId) { in setSourceNodeId() argument 3108 mSourceNodeId = sourceId; in setSourceNodeId()
|
/frameworks/base/core/java/android/app/timedetector/ |
D | TimeSignal.java | 52 public TimeSignal(String sourceId, TimestampedValue<Long> utcTime) { in TimeSignal() argument 53 mSourceId = Objects.requireNonNull(sourceId); in TimeSignal() 58 String sourceId = in.readString(); in createFromParcel() local 61 return new TimeSignal(sourceId, utcTime); in createFromParcel()
|
/frameworks/base/core/java/android/webkit/ |
D | ConsoleMessage.java | 49 public ConsoleMessage(String message, String sourceId, int lineNumber, MessageLevel msgLevel) { in ConsoleMessage() argument 51 mSourceId = sourceId; in ConsoleMessage() 64 public String sourceId() { in sourceId() method in ConsoleMessage
|
D | WebChromeClient.java | 393 consoleMessage.sourceId()); in onConsoleMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | CommandDetails.java | 99 public int sourceId; field in DeviceIdentities
|
D | ValueParser.java | 72 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()
|
D | CatService.java | 733 private void eventDownload(int event, int sourceId, int destinationId, in eventDownload() argument 755 buf.write(sourceId); // source device id in eventDownload()
|
/frameworks/base/core/java/android/security/net/config/ |
D | XmlConfigSource.java | 179 int sourceId = parser.getAttributeResourceValue(null, "src", -1); in parseCertificatesEntry() local 185 if (sourceId != -1) { in parseCertificatesEntry() 187 source = new ResourceCertificateSource(sourceId, mContext); in parseCertificatesEntry()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/ |
D | SimpleTimeZoneDetectorStrategyTest.java | 469 TimeSignal createTimeSignalForActual(String sourceId) { in createTimeSignalForActual() argument 472 return new TimeSignal(sourceId, time); in createTimeSignalForActual()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35988 method public java.lang.String sourceId();
|
/frameworks/base/api/ |
D | current.txt | 54002 method public String sourceId();
|