Home | History | Annotate | Download | only in dataconnection

Lines Matching refs:getApnType

146             filter.addAction(INTENT_RECONNECT_ALARM + '.' + apnContext.getApnType());
147 filter.addAction(INTENT_RESTART_TRYSETUP_ALARM + '.' + apnContext.getApnType());
281 onSetDependencyMet(apnContext.getApnType(), networkConfig.dependencyMet);
322 result.add(apnContext.getApnType());
622 log("trySetupData for type:" + apnContext.getApnType() +
631 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
646 ArrayList<ApnSetting> waitingApns = buildWaitingApns(apnContext.getApnType());
671 if (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_DEFAULT)
673 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());
686 if (VDBG) log("notifyOffApnOfAvailability type:" + apnContext.getApnType());
688 apnContext.getApnType(),
766 if (PhoneConstants.APN_TYPE_DUN.equals(apnContext.getApnType())) {
795 apnContext.getApnType());
802 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1002 int profileId = getApnProfileID(apnContext.getApnType());
1035 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1145 log("notifyDefaultData: type=" + apnContext.getApnType()
1150 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1197 String apnType = apnContext.getApnType();
1216 String apnType = apnContext.getApnType();
1233 if (DBG) log( "notifyNoData: type=" + apnContext.getApnType());
1235 && (!apnContext.getApnType().equals(PhoneConstants.APN_TYPE_DEFAULT))) {
1236 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());
1273 log("applyNewState(" + apnContext.getApnType() + ", " + enabled +
1325 String apnType = apnContext.getApnType();
1551 if(TextUtils.equals(apnContext.getApnType(),PhoneConstants.APN_TYPE_DEFAULT)) {
1629 mPhone.notifyDataConnection(Phone.REASON_APN_FAILED, apnContext.getApnType());
1669 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1713 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType());
1793 if (DBG) log("notifyDataConnection: type:"+apnContext.getApnType());
1795 apnContext.getApnType());