Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java2538 public static CellIdentity convertHalCellIdentity(Object halCi) { in convertHalCellIdentity() argument
2539 if (halCi == null) return null; in convertHalCellIdentity()
2540 if (halCi instanceof android.hardware.radio.V1_2.CellIdentity) { in convertHalCellIdentity()
2542 (android.hardware.radio.V1_2.CellIdentity) halCi; in convertHalCellIdentity()
2570 } else if (halCi instanceof android.hardware.radio.V1_5.CellIdentity) { in convertHalCellIdentity()
2572 (android.hardware.radio.V1_5.CellIdentity) halCi; in convertHalCellIdentity()