Searched refs:sConnectionCache (Results 1 – 2 of 2) sorted by relevance
93 private static final SparseArray<IAccessibilityServiceConnection> sConnectionCache = field in AccessibilityInteractionClient148 synchronized (sConnectionCache) { in getConnection()149 return sConnectionCache.get(connectionId); in getConnection()160 synchronized (sConnectionCache) { in addConnection()161 sConnectionCache.put(connectionId, connection); in addConnection()171 synchronized (sConnectionCache) { in removeConnection()172 sConnectionCache.remove(connectionId); in removeConnection()
72939 Landroid/view/accessibility/AccessibilityInteractionClient;->sConnectionCache:Landroid/util/SparseA…