Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1624 HashMap<Integer, CellIdentity> cellIdentityMap = new HashMap<>(); in requestRefLocation() local
1636 && !cellIdentityMap.containsKey(t)) { in requestRefLocation()
1637 cellIdentityMap.put(t, c); in requestRefLocation()
1642 if (cellIdentityMap.containsKey(CellInfo.TYPE_GSM)) { in requestRefLocation()
1644 cellIdentityMap.get(CellInfo.TYPE_GSM)); in requestRefLocation()
1645 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_WCDMA)) { in requestRefLocation()
1647 cellIdentityMap.get(CellInfo.TYPE_WCDMA)); in requestRefLocation()
1648 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_LTE)) { in requestRefLocation()
1650 cellIdentityMap.get(CellInfo.TYPE_LTE)); in requestRefLocation()
1651 } else if (cellIdentityMap.containsKey(CellInfo.TYPE_NR)) { in requestRefLocation()
[all …]