Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java1509 private static long getCidFromCellIdentity(CellIdentity id) { in getCidFromCellIdentity() method in GnssLocationProvider
1592 if (getCidFromCellIdentity(c) != -1 in requestRefLocation()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1471 mSS.getOperatorNumeric(), getCidFromCellIdentity(mCellIdentity)); in handleMessage()
2479 private static long getCidFromCellIdentity(CellIdentity id) { in getCidFromCellIdentity() method in ServiceStateTracker
3624 long cid = getCidFromCellIdentity(primaryCellIdentity); in pollStateDone()
4432 if (getCidFromCellIdentity(c) != -1) fallbackLteCid = c; in getCellIdentityFromCellInfo()
4435 if (getCidFromCellIdentity(c) != -1) { in getCellIdentityFromCellInfo()