Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java89 static final String CB_FACILITY_BIC_ACR = "AR"; field
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java30 import static com.android.internal.telephony.CommandsInterface.CB_FACILITY_BIC_ACR;
1310 } else if (CB_FACILITY_BIC_ACR.equals(facility)) { in getCBTypeFromFacility()