Searched refs:halCi (Results 1 – 1 of 1) sorted by relevance
2538 public static CellIdentity convertHalCellIdentity(Object halCi) { in convertHalCellIdentity() argument2539 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()