Home
last modified time | relevance | path

Searched refs:getCellularNetworkType (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/atoms/
DAtomsQnsImsCallDropStatsTest.java247 assertEquals(0, mInfoEmpty.getCellularNetworkType()); in testGetSetCellularNetworkType()
248 assertEquals(DEFAULT_CELLULAR_NETWORK_TYPE, mInfoDefault.getCellularNetworkType()); in testGetSetCellularNetworkType()
249 assertEquals(DEFAULT_CELLULAR_NETWORK_TYPE, mInfoCopy.getCellularNetworkType()); in testGetSetCellularNetworkType()
255 assertEquals(QnsProtoEnums.NGRAN, mInfoEmpty.getCellularNetworkType()); in testGetSetCellularNetworkType()
256 assertEquals(QnsProtoEnums.UTRAN, mInfoDefault.getCellularNetworkType()); in testGetSetCellularNetworkType()
257 assertEquals(QnsProtoEnums.GERAN, mInfoCopy.getCellularNetworkType()); in testGetSetCellularNetworkType()
DAtomsQualifiedRatListChangedInfoTest.java249 assertEquals(0, mInfoEmpty.getCellularNetworkType()); in testGetSetCellularNetworkType()
250 assertEquals(DEFAULT_CELLULAR_NETWORK_TYPE, mInfoDefault.getCellularNetworkType()); in testGetSetCellularNetworkType()
251 assertEquals(DEFAULT_CELLULAR_NETWORK_TYPE, mInfoCopy.getCellularNetworkType()); in testGetSetCellularNetworkType()
257 assertEquals(QnsProtoEnums.EUTRAN, mInfoEmpty.getCellularNetworkType()); in testGetSetCellularNetworkType()
258 assertEquals(QnsProtoEnums.NGRAN, mInfoDefault.getCellularNetworkType()); in testGetSetCellularNetworkType()
259 assertEquals(QnsProtoEnums.UTRAN, mInfoCopy.getCellularNetworkType()); in testGetSetCellularNetworkType()
/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/atoms/
DAtomsQnsImsCallDropStats.java204 public int getCellularNetworkType() { in getCellularNetworkType() method in AtomsQnsImsCallDropStats
DAtomsQualifiedRatListChangedInfo.java245 public int getCellularNetworkType() { in getCellularNetworkType() method in AtomsQualifiedRatListChangedInfo