Searched refs:connectionList (Results 1 – 3 of 3) sorted by relevance
136 const SortedVector<wp<ConnectionType>>& connectionList,
1897 const SortedVector<wp<ConnectionType>>& connectionList, in getConnectionsHelper() argument1901 for (const wp<ConnectionType>& weakConnection : connectionList){ in getConnectionsHelper()
2733 final List<RemoteAccessibilityConnection> connectionList = new ArrayList<>(); in notifyOutsideTouchIfNeeded() local2737 connectionList.add(getConnectionLocked(outsideWindowsIds.get(i))); in notifyOutsideTouchIfNeeded()2740 for (int i = 0; i < connectionList.size(); i++) { in notifyOutsideTouchIfNeeded()2741 final RemoteAccessibilityConnection connection = connectionList.get(i); in notifyOutsideTouchIfNeeded()