Searched refs:convertHalCellIdentity (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellularNetworkServiceTest.java | 258 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/ |
D | CellularNetworkService.java | 303 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()
|
D | NetworkIndication.java | 92 BarringInfo cbi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in barringInfoChanged() 324 CellIdentity ci = RILUtils.convertHalCellIdentity(cellIdentity); in registrationFailed()
|
D | NetworkResponse.java | 105 BarringInfo bi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in getBarringInfoResponse()
|
D | RadioIndication.java | 1098 CellIdentity ci = RILUtils.convertHalCellIdentity(cellIdentity); in registrationFailed() 1139 BarringInfo cbi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in barringInfoChanged()
|
D | RadioResponse.java | 2707 BarringInfo bi = new BarringInfo(RILUtils.convertHalCellIdentity(cellIdentity), in getBarringInfoResponse()
|
D | RILUtils.java | 2538 public static CellIdentity convertHalCellIdentity(Object halCi) { in convertHalCellIdentity() method in RILUtils 2596 public static CellIdentity convertHalCellIdentity( in convertHalCellIdentity() method in RILUtils
|