Searched refs:isApnTypeActive (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DDataConnectionTracker.java400 protected abstract boolean isApnTypeActive(String type); method in class:DataConnectionTracker
443 if(DBG) Log.d(LOG_TAG, "enableApnType("+type+"), isApnTypeActive = "
444 + isApnTypeActive(type) + " and state = " + state);
455 if (isApnTypeActive(type)) {
478 if (isApnTypeActive(Phone.APN_TYPE_DEFAULT)) {
507 ", isApnTypeActive = " + isApnTypeActive(apnIdToType(apnId)));
515 if (!isApnTypeActive(type)) {
527 !isApnTypeActive(Phone.APN_TYPE_DEFAULT)) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java367 protected boolean isApnTypeActive(String type) { method in class:GsmDataConnectionTracker
1135 if (isApnTypeActive(Phone.APN_TYPE_DEFAULT)) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java250 protected boolean isApnTypeActive(String type) { method in class:CdmaDataConnectionTracker

Completed in 27 milliseconds