Home
last modified time | relevance | path

Searched refs:sConnectionCache (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java122 private static final SparseArray<IAccessibilityServiceConnection> sConnectionCache = field in AccessibilityInteractionClient
233 synchronized (sConnectionCache) { in getConnection()
234 return sConnectionCache.get(connectionId); in getConnection()
251 synchronized (sConnectionCache) { in addConnection()
258 sConnectionCache.put(connectionId, connection); in addConnection()
280 synchronized (sConnectionCache) { in addDirectConnection()
288 sConnectionCache.put(connectionId, directAccessibilityConnection); in addDirectConnection()
306 synchronized (sConnectionCache) { in getCache()
317 synchronized (sConnectionCache) { in removeConnection()
321 sConnectionCache.remove(connectionId); in removeConnection()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58510 Landroid/view/accessibility/AccessibilityInteractionClient;->sConnectionCache:Landroid/util/SparseA…