Loading telephony/java/com/android/internal/telephony/DataConnectionTracker.java +0 −8 Original line number Diff line number Diff line Loading @@ -365,14 +365,6 @@ public abstract class DataConnectionTracker extends Handler { return mActivity; } /** * @return the data connections */ public ArrayList<DataConnection> getAllDataConnections() { /** TODO: change return type to Collection? */ return new ArrayList<DataConnection>(mDataConnections.values()); } public boolean isApnTypeActive(String type) { // TODO: support simultaneous with List instead if (Phone.APN_TYPE_DUN.equals(type)) { Loading telephony/java/com/android/internal/telephony/Phone.java +0 −7 Original line number Diff line number Diff line Loading @@ -1249,13 +1249,6 @@ public interface Phone { */ void getDataCallList(Message response); /** * Get current mutiple data connection status * * @return list of data connections */ List<DataConnection> getCurrentDataConnectionList(); /** * Update the ServiceState CellLocation for current network registration. */ Loading telephony/java/com/android/internal/telephony/PhoneProxy.java +0 −4 Original line number Diff line number Diff line Loading @@ -593,10 +593,6 @@ public class PhoneProxy extends Handler implements Phone { mActivePhone.getDataCallList(response); } public List<DataConnection> getCurrentDataConnectionList() { return mActivePhone.getCurrentDataConnectionList(); } public void updateServiceLocation() { mActivePhone.updateServiceLocation(); } Loading telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -727,10 +727,6 @@ public class CDMAPhone extends PhoneBase { return mDataConnectionTracker.getDataOnRoamingEnabled(); } public List<DataConnection> getCurrentDataConnectionList () { return mDataConnectionTracker.getAllDataConnections(); } public void setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) { Loading telephony/java/com/android/internal/telephony/gsm/GSMPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -1069,10 +1069,6 @@ public class GSMPhone extends PhoneBase { mCM.getDataCallList(response); } public List<DataConnection> getCurrentDataConnectionList () { return mDataConnectionTracker.getAllDataConnections(); } public void updateServiceLocation() { mSST.enableSingleLocationUpdate(); } Loading Loading
telephony/java/com/android/internal/telephony/DataConnectionTracker.java +0 −8 Original line number Diff line number Diff line Loading @@ -365,14 +365,6 @@ public abstract class DataConnectionTracker extends Handler { return mActivity; } /** * @return the data connections */ public ArrayList<DataConnection> getAllDataConnections() { /** TODO: change return type to Collection? */ return new ArrayList<DataConnection>(mDataConnections.values()); } public boolean isApnTypeActive(String type) { // TODO: support simultaneous with List instead if (Phone.APN_TYPE_DUN.equals(type)) { Loading
telephony/java/com/android/internal/telephony/Phone.java +0 −7 Original line number Diff line number Diff line Loading @@ -1249,13 +1249,6 @@ public interface Phone { */ void getDataCallList(Message response); /** * Get current mutiple data connection status * * @return list of data connections */ List<DataConnection> getCurrentDataConnectionList(); /** * Update the ServiceState CellLocation for current network registration. */ Loading
telephony/java/com/android/internal/telephony/PhoneProxy.java +0 −4 Original line number Diff line number Diff line Loading @@ -593,10 +593,6 @@ public class PhoneProxy extends Handler implements Phone { mActivePhone.getDataCallList(response); } public List<DataConnection> getCurrentDataConnectionList() { return mActivePhone.getCurrentDataConnectionList(); } public void updateServiceLocation() { mActivePhone.updateServiceLocation(); } Loading
telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -727,10 +727,6 @@ public class CDMAPhone extends PhoneBase { return mDataConnectionTracker.getDataOnRoamingEnabled(); } public List<DataConnection> getCurrentDataConnectionList () { return mDataConnectionTracker.getAllDataConnections(); } public void setVoiceMailNumber(String alphaTag, String voiceMailNumber, Message onComplete) { Loading
telephony/java/com/android/internal/telephony/gsm/GSMPhone.java +0 −4 Original line number Diff line number Diff line Loading @@ -1069,10 +1069,6 @@ public class GSMPhone extends PhoneBase { mCM.getDataCallList(response); } public List<DataConnection> getCurrentDataConnectionList () { return mDataConnectionTracker.getAllDataConnections(); } public void updateServiceLocation() { mSST.enableSingleLocationUpdate(); } Loading