HomeSort by relevance Sort by last modified time
    Searched refs:APN_TYPE_EMERGENCY (Results 1 - 11 of 11) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 145 public static final String APN_TYPE_EMERGENCY = "emergency";
156 APN_TYPE_EMERGENCY
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 228 // 1. GSM, getCurrentDataConnectionState != STATE_IN_SERVICE, apn != APN_TYPE_EMERGENCY
233 // 2. GSM, getCurrentDataConnectionState != STATE_IN_SERVICE, apn = APN_TYPE_EMERGENCY, apn
236 PhoneConstants.APN_TYPE_EMERGENCY);
238 PhoneConstants.APN_TYPE_EMERGENCY));
240 // 3. GSM, getCurrentDataConnectionState != STATE_IN_SERVICE, apn = APN_TYPE_EMERGENCY,
243 PhoneConstants.APN_TYPE_EMERGENCY);
246 PhoneConstants.APN_TYPE_EMERGENCY));
248 // 3. GSM, getCurrentDataConnectionState != STATE_IN_SERVICE, apn = APN_TYPE_EMERGENCY,
253 PhoneConstants.APN_TYPE_EMERGENCY));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java 660 case PhoneConstants.APN_TYPE_EMERGENCY:
688 return PhoneConstants.APN_TYPE_EMERGENCY;
ApnSetting.java 527 case PhoneConstants.APN_TYPE_EMERGENCY: return ApnTypes.EMERGENCY;
DcTracker.java     [all...]
DataConnection.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaPhone.java 504 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 495 milliseconds