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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java79 private CdmaDataConnection mActiveDataConnection; field in class:CdmaDataConnectionTracker
427 mActiveDataConnection = conn;
954 if (mActiveDataConnection != null) {
955 return mActiveDataConnection.getInterface();
961 if (mActiveDataConnection != null) {
962 return mActiveDataConnection.getIpAddress();
968 if (mActiveDataConnection != null) {
969 return mActiveDataConnection.getGatewayAddress();
975 if (mActiveDataConnection != null) {
976 return mActiveDataConnection
[all...]

Completed in 48 milliseconds