Home
last modified time | relevance | path

Searched refs:DISCONNECT_REASON_SATELLITE_ENABLED (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java228 private static final String DISCONNECT_REASON_SATELLITE_ENABLED = "SATELLITE_ENABLED"; field in TelephonyConnectionServiceTest
3647 assertEquals(DISCONNECT_REASON_SATELLITE_ENABLED, disconnectCause.getReason()); in testNormalCallSatelliteEnabled()
3665 assertEquals(DISCONNECT_REASON_SATELLITE_ENABLED, disconnectCause.getReason()); in testEmergencyCallSatelliteEnabled_blockEmergencyCall()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java154 private static final String DISCONNECT_REASON_SATELLITE_ENABLED = "SATELLITE_ENABLED"; field in TelephonyConnectionService
1185 DISCONNECT_REASON_SATELLITE_ENABLED)); in onCreateOutgoingConnection()