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

  /packages/services/Telephony/src/com/android/phone/
TimeConsumingPreferenceActivity.java 52 static final int FDN_CHECK_FAILURE = 600;
83 || id == FDN_CHECK_FAILURE || id == STK_CC_SS_TO_DIAL_ERROR
100 case FDN_CHECK_FAILURE:
101 msgId = R.string.fdn_check_failure;
196 if (exception.getCommandError() == CommandException.Error.FDN_CHECK_FAILURE) {
197 onError(preference, FDN_CHECK_FAILURE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandException.java 43 FDN_CHECK_FAILURE,
161 case RILConstants.FDN_CHECK_FAILURE:
162 return new CommandException(Error.FDN_CHECK_FAILURE);
  /frameworks/base/telephony/java/com/android/internal/telephony/
RILConstants.java 54 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/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 68 milliseconds