Home | History | Annotate | Download | only in server

Lines Matching refs:reason

793             String reason, String apn, String apnType, LinkProperties linkProperties,
796 isDataConnectivityPossible,reason, apn, apnType, linkProperties,
801 boolean isDataConnectivityPossible, String reason, String apn, String apnType,
810 + " reason='" + reason
837 mDataConnectionReason[phoneId] = reason;
867 apnType, apn, reason, linkProperties, "");
879 broadcastDataConnectionStateChanged(state, isDataConnectivityPossible, reason, apn,
881 broadcastPreciseDataConnectionStateChanged(state, networkType, apnType, apn, reason,
885 public void notifyDataConnectionFailed(String reason, String apnType) {
887 reason, apnType);
891 String reason, String apnType) {
897 + " reason=" + reason + " apnType=" + apnType);
902 apnType, "", reason, null, "");
914 broadcastDataConnectionFailed(reason, apnType, subId);
916 TelephonyManager.NETWORK_TYPE_UNKNOWN, apnType, "", reason, null, "");
1027 public void notifyPreciseDataConnectionFailed(String reason, String apnType,
1035 apnType, apn, reason, null, failCause);
1048 TelephonyManager.NETWORK_TYPE_UNKNOWN, apnType, apn, reason, null, failCause);
1202 String reason, String apn, String apnType, LinkProperties linkProperties,
1213 if (reason != null) {
1214 intent.putExtra(PhoneConstants.STATE_CHANGE_REASON_KEY, reason);
1234 private void broadcastDataConnectionFailed(String reason, String apnType,
1237 intent.putExtra(PhoneConstants.FAILURE_REASON_KEY, reason);
1256 String apnType, String apn, String reason, LinkProperties linkProperties, String failCause) {
1260 if (reason != null) intent.putExtra(PhoneConstants.STATE_CHANGE_REASON_KEY, reason);