Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DTelephonyConstants.java225 public static final int RAF_1xRTT = (int) TelephonyManager.NETWORK_TYPE_BITMASK_1xRTT; field in TelephonyConstants.RadioAccessFamily
246 public static final int CDMA = RAF_IS95A | RAF_IS95B | RAF_1xRTT;
/packages/services/Telephony/tests/src/com/android/phone/
DNotificationMgrTest.java19 import static android.telephony.RadioAccessFamily.RAF_1xRTT;
426 (long) (RAF_LTE | RAF_LTE_CA | RAF_IS95A | RAF_IS95B | RAF_1xRTT | RAF_EVDO_0 in testUpdateNetworkSelection_worldMode_userSetLTE_notificationNotSent()