Home
last modified time | relevance | path

Searched defs:cellInfoGsm (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1140 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoListForGSM() local
1306 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSM() local
1327 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo() local
1350 CellInfoGsm cellInfoGsm = (CellInfoGsm) ret.get(0); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java5309 CellInfoGsm cellInfoGsm = record.gsm.get(0); in convertHalCellInfoList() local
5417 android.hardware.radio.V1_2.CellInfoGsm cellInfoGsm = record.gsm.get(0); in convertHalCellInfoList_1_2() local
DServiceStateTracker.java3490 CellInfoGsm cellInfoGsm = (CellInfoGsm)ci; in getCellLocation() local