Home
last modified time | relevance | path

Searched refs:setCellConnectionStatus (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java42 .setCellConnectionStatus(CONNECTION_STATUS) in testBuilder()
63 .setCellConnectionStatus(CONNECTION_STATUS) in testParcel()
DRILTest.java1186 expected.setCellConnectionStatus(CellInfo.CONNECTION_UNKNOWN); in testConvertHalCellInfoListForLTE()
1227 expected.setCellConnectionStatus(CellInfo.CONNECTION_UNKNOWN); in testConvertHalCellInfoListForGSM()
1267 expected.setCellConnectionStatus(CellInfo.CONNECTION_UNKNOWN); in testConvertHalCellInfoListForWcdma()
1302 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoListForTdscdma()
1351 expected.setCellConnectionStatus(CellInfo.CONNECTION_UNKNOWN); in testConvertHalCellInfoListForCdma()
1371 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoList_1_2ForLTE()
1392 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoList_1_2_ForLTEWithEmptyOperatorInfo()
1415 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc()
1435 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoList_1_2ForGSM()
1456 expected.setCellConnectionStatus(CellInfo.CONNECTION_NONE); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
[all …]
DPhoneStateListenerExecutorTest.java118 .setCellConnectionStatus(PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING) in testTriggerPhysicalChannelConfigurationChanged()
DPhoneStateListenerTest.java132 .setCellConnectionStatus(PhysicalChannelConfig.CONNECTION_PRIMARY_SERVING) in testTriggerPhysicalChannelConfigurationChanged()
DServiceStateTrackerTest.java1823 .setCellConnectionStatus(ssType) in sendPhyChanConfigChange()
/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java328 public Builder setCellConnectionStatus(int connectionStatus) { in setCellConnectionStatus() method in PhysicalChannelConfig.Builder
DCellInfo.java220 public void setCellConnectionStatus(@CellConnectionStatus int cellConnectionStatus) { in setCellConnectionStatus() method in CellInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java1028 .setCellConnectionStatus( in physicalChannelConfigsIndication()
1037 response.add(builder.setCellConnectionStatus( in physicalChannelConfigsIndication()