Searched refs:mConnectionRequestMap (Results 1 – 1 of 1) sorted by relevance
312 mConnectionRequestMap = new SparseArray<>(); field in CarOccupantConnectionManager320 mConnectionRequestMap.get(receiverZone.zoneId);344 mConnectionRequestMap.get(receiverZone.zoneId);360 mConnectionRequestMap.remove(receiverZone.zoneId);368 mConnectionRequestMap.get(receiverZone.zoneId);383 mConnectionRequestMap.remove(receiverZone.zoneId);431 mConnectionRequestMap.clear(); in onCarDisconnected()543 Preconditions.checkState(!mConnectionRequestMap.contains(receiverZone.zoneId), in requestConnection()548 mConnectionRequestMap.put(receiverZone.zoneId, new Pair<>(callback, executor)); in requestConnection()571 Preconditions.checkState(mConnectionRequestMap.contains(receiverZone.zoneId), in cancelConnection()[all …]