Searched refs:sConnectionCache (Results 1 – 1 of 1) 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()