Searched refs:voiceRegStateResult (Results 1 – 1 of 1) sorted by relevance
917 VoiceRegStateResult voiceRegStateResult) { in processCellLocationInfo() argument922 switch(voiceRegStateResult.cellIdentity.cellInfoType) { in processCellLocationInfo()924 if (voiceRegStateResult.cellIdentity.cellIdentityGsm.size() == 1) { in processCellLocationInfo()926 voiceRegStateResult.cellIdentity.cellIdentityGsm.get(0); in processCellLocationInfo()933 if (voiceRegStateResult.cellIdentity.cellIdentityWcdma.size() == 1) { in processCellLocationInfo()935 voiceRegStateResult.cellIdentity.cellIdentityWcdma.get(0); in processCellLocationInfo()943 if (voiceRegStateResult.cellIdentity.cellIdentityTdscdma.size() == 1) { in processCellLocationInfo()946 voiceRegStateResult.cellIdentity.cellIdentityTdscdma.get(0); in processCellLocationInfo()953 if (voiceRegStateResult.cellIdentity.cellIdentityLte.size() == 1) { in processCellLocationInfo()955 voiceRegStateResult.cellIdentity.cellIdentityLte.get(0); in processCellLocationInfo()[all …]