Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java258 RILUtils.convertHalCellIdentity(regResult.cellIdentity), "", false, 0, 0, 0); in testGetNetworkRegistrationInfoV1_5()
278 RILUtils.convertHalCellIdentity(regResult.cellIdentity), in testGetNetworkRegistrationInfoV1_5()
356 RILUtils.convertHalCellIdentity(regResult.cellIdentity), "", false, 0, 0, 0); in testGetNetworkRegistrationInfoV1_6WithLte()
376 RILUtils.convertHalCellIdentity(regResult.cellIdentity), in testGetNetworkRegistrationInfoV1_6WithLte()
447 RILUtils.convertHalCellIdentity(regResult.cellIdentity), "", false, 0, 0, 0); in testGetNetworkRegistrationInfoV1_6WithNr()
467 RILUtils.convertHalCellIdentity(regResult.cellIdentity), in testGetNetworkRegistrationInfoV1_6WithNr()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellularNetworkService.java303 RILUtils.convertHalCellIdentity(voiceRegState.cellIdentity); in createRegistrationStateFromVoiceRegState()
352 RILUtils.convertHalCellIdentity(dataRegState.base.cellIdentity); in createRegistrationStateFromDataRegState()
380 RILUtils.convertHalCellIdentity(regResult.cellIdentity); in getNetworkRegistrationInfo()
455 RILUtils.convertHalCellIdentity(regResult.cellIdentity); in getNetworkRegistrationInfoAidl()
561 RILUtils.convertHalCellIdentity(regResult.cellIdentity); in getNetworkRegistrationInfo1_6()
DNetworkIndication.java92 BarringInfo cbi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in barringInfoChanged()
324 CellIdentity ci = RILUtils.convertHalCellIdentity(cellIdentity); in registrationFailed()
DNetworkResponse.java105 BarringInfo bi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in getBarringInfoResponse()
DRadioIndication.java1098 CellIdentity ci = RILUtils.convertHalCellIdentity(cellIdentity); in registrationFailed()
1139 BarringInfo cbi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in barringInfoChanged()
DRadioResponse.java2707 BarringInfo bi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in getBarringInfoResponse()
DRILUtils.java2538 public static CellIdentity convertHalCellIdentity(Object halCi) { in convertHalCellIdentity() method in RILUtils
2596 public static CellIdentity convertHalCellIdentity( in convertHalCellIdentity() method in RILUtils