HomeSort by relevance Sort by last modified time
    Searched defs:FDN_CHECK_FAILURE (Results 1 - 10 of 10) sorted by null

  /packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java 52 static final int FDN_CHECK_FAILURE = 600;
84 || id == FDN_CHECK_FAILURE || id == STK_CC_SS_TO_DIAL_ERROR
102 case FDN_CHECK_FAILURE:
103 msgId = R.string.fdn_check_failure;
200 if (exception.getCommandError() == CommandException.Error.FDN_CHECK_FAILURE) {
201 onError(preference, FDN_CHECK_FAILURE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 41 FDN_CHECK_FAILURE,
160 case RILConstants.FDN_CHECK_FAILURE:
161 return new CommandException(Error.FDN_CHECK_FAILURE);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 55 int FDN_CHECK_FAILURE = 14; /* send operation barred error when FDN is enabled */
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 77 milliseconds