HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_UNSPECIFIED (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallFailCause.java 171 int ERROR_UNSPECIFIED = 0xffff;
GsmCdmaConnection.java 518 case CallFailCause.ERROR_UNSPECIFIED:
552 if (causeCode == CallFailCause.ERROR_UNSPECIFIED) {
567 return DisconnectCause.ERROR_UNSPECIFIED;
    [all...]
GsmCdmaCallTracker.java 194 gsmCdmaConnection.onDisconnect(DisconnectCause.ERROR_UNSPECIFIED);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
DisconnectCause.java 100 public static final int ERROR_UNSPECIFIED = 36;
432 case ERROR_UNSPECIFIED:
433 return "ERROR_UNSPECIFIED";
PreciseDisconnectCause.java 483 reveal error code which would be replaced by ERROR_UNSPECIFIED */
501 public static final int ERROR_UNSPECIFIED = 0xffff;
  /frameworks/base/lowpan/java/android/net/lowpan/
LowpanException.java 87 case ILowpanInterface.ERROR_UNSPECIFIED:
ILowpanInterface.aidl 82 const int ERROR_UNSPECIFIED = 1;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcFailBringUp.java 42 static final DcFailCause DEFAULT_FAIL_CAUSE = DcFailCause.ERROR_UNSPECIFIED;
DcFailCause.java 89 // want to reveal error code which would be replaced by ERROR_UNSPECIFIED
114 ERROR_UNSPECIFIED(0xFFFF),
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 149 DisconnectCause.ERROR_UNSPECIFIED, "No extras on request."));
157 DisconnectCause.ERROR_UNSPECIFIED, "No SIP intent."));
187 DisconnectCause.ERROR_UNSPECIFIED));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTrackerTest.java 435 verify(mConnection).onDisconnect(DisconnectCause.ERROR_UNSPECIFIED);
  /packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java 150 case android.telephony.DisconnectCause.ERROR_UNSPECIFIED:
    [all...]
TelephonyConnectionService.java 687 android.telephony.DisconnectCause.ERROR_UNSPECIFIED,
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal 432 ERROR_UNSPECIFIED = 0xffff, // This error will be deprecated soon,
527 ERROR_UNSPECIFIED = 0xffff,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java     [all...]
  /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 
  /hardware/ril/libril/
ril_service.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 420 milliseconds

1 2