Home
last modified time | relevance | path

Searched refs:mConnectionRequestMap (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/car-lib/src/android/car/occupantconnection/
DCarOccupantConnectionManager.java312 mConnectionRequestMap = new SparseArray<>(); field in CarOccupantConnectionManager
320 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 …]