Searched refs:sConnectionCache (Results 1 – 2 of 2) sorted by relevance
122 private static final SparseArray<IAccessibilityServiceConnection> sConnectionCache = field in AccessibilityInteractionClient233 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 …]
58510 Landroid/view/accessibility/AccessibilityInteractionClient;->sConnectionCache:Landroid/util/SparseA…