Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java226 | Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL); in applyLocalCallCapabilities()
236 | Connection.Capability.SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL); in applyLocalCallCapabilities()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java52 public static final int SUPPORTS_DOWNGRADE_TO_VOICE_LOCAL = 0x00000001; field in Connection.Capability