Searched refs:sConnectionCache (Results 1 – 2 of 2) sorted by relevance
110 private static final SparseArray<IAccessibilityServiceConnection> sConnectionCache = field in AccessibilityInteractionClient213 synchronized (sConnectionCache) { in getConnection()214 return sConnectionCache.get(connectionId); in getConnection()225 synchronized (sConnectionCache) { in addConnection()226 sConnectionCache.put(connectionId, connection); in addConnection()236 synchronized (sConnectionCache) { in removeConnection()237 sConnectionCache.remove(connectionId); in removeConnection()
61833 Landroid/view/accessibility/AccessibilityInteractionClient;->sConnectionCache:Landroid/util/SparseA…