Home
last modified time | relevance | path

Searched refs:RAF_GSM (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DProxyControllerTest.java19 import static android.telephony.RadioAccessFamily.RAF_GSM;
92 doReturn(RAF_GSM | RAF_LTE).when(mPhone).getRadioAccessFamily(); in testRequestNotSupported()
93 doReturn(RAF_GSM).when(mPhone2).getRadioAccessFamily(); in testRequestNotSupported()
100 rafs[0] = new RadioAccessFamily(0, RAF_GSM); in testRequestNotSupported()
101 rafs[1] = new RadioAccessFamily(1, RAF_GSM | RAF_LTE); in testRequestNotSupported()
124 doReturn(RAF_GSM | RAF_LTE).when(mPhone).getRadioAccessFamily(); in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse()
125 doReturn(RAF_GSM).when(mPhone2).getRadioAccessFamily(); in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse()
132 rafs[0] = new RadioAccessFamily(0, RAF_GSM); in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse()
133 rafs[1] = new RadioAccessFamily(1, RAF_GSM | RAF_LTE); in testWithNonPermanentExceptionOnRCResponse_WithExceptionOnFinishResponse()
156 doReturn(RAF_GSM | RAF_LTE).when(mPhone).getRadioAccessFamily(); in testWithNonPermanentExceptionOnRCResponse_WithoutExceptionOnFinishResponse()
[all …]
/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java45 public static final int RAF_GSM = (int) TelephonyManager.NETWORK_TYPE_BITMASK_GSM; field in RadioAccessFamily
71 private static final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE;
359 case "GSM": return RAF_GSM; in singleRafTypeFromString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54451 Landroid/telephony/RadioAccessFamily;->RAF_GSM:I