Loading src/java/com/android/internal/telephony/CommandsInterface.java +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import android.os.WorkSource; import android.service.carrier.CarrierIdentifier; import android.telephony.ClientRequestStats; import android.telephony.ImsiEncryptionInfo; import android.telephony.NetworkScanRequest; import com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo; import com.android.internal.telephony.dataconnection.DataProfile; Loading Loading @@ -1293,7 +1294,7 @@ public interface CommandsInterface { * * ((AsyncResult)response.obj).result is a NetworkScanResult object */ void startNetworkScan(Message response); void startNetworkScan(NetworkScanRequest nsr, Message response); /** * Stops the ongoing network scan Loading src/java/com/android/internal/telephony/GsmCdmaPhone.java +3 −2 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ import android.telecom.VideoProfile; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ImsiEncryptionInfo; import android.telephony.NetworkScanRequest; import android.telephony.PhoneNumberUtils; import android.telephony.Rlog; import android.telephony.ServiceState; Loading Loading @@ -1790,8 +1791,8 @@ public class GsmCdmaPhone extends Phone { } @Override public void startNetworkScan(Message response) { mCi.startNetworkScan(response); public void startNetworkScan(NetworkScanRequest nsr, Message response) { mCi.startNetworkScan(nsr, response); } @Override Loading src/java/com/android/internal/telephony/NetworkScanRequestTracker.java 0 → 100644 +483 −0 File added.Preview size limit exceeded, changes collapsed. Show changes src/java/com/android/internal/telephony/PhoneInternalInterface.java +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import android.os.WorkSource; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ImsiEncryptionInfo; import android.telephony.PhoneStateListener; import android.telephony.NetworkScanRequest; import android.telephony.ServiceState; import com.android.internal.telephony.PhoneConstants.*; // ???? Loading Loading @@ -654,7 +654,7 @@ public interface PhoneInternalInterface { * on failure.</li> * </ul> */ void startNetworkScan(Message response); void startNetworkScan(NetworkScanRequest nsr, Message response); /** * Stop ongoing network scan. This method is asynchronous; . Loading src/java/com/android/internal/telephony/RIL.java +1 −2 Original line number Diff line number Diff line Loading @@ -1778,7 +1778,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { } @Override public void startNetworkScan(Message result) { public void startNetworkScan(NetworkScanRequest nsr, Message result) { IRadio radioProxy = getRadioProxy(result); if (radioProxy != null) { android.hardware.radio.V1_1.IRadio radioProxy11 = Loading @@ -1790,7 +1790,6 @@ public final class RIL extends BaseCommands implements CommandsInterface { result.sendToTarget(); } } else { NetworkScanRequest nsr = (NetworkScanRequest) result.obj; android.hardware.radio.V1_1.NetworkScanRequest request = new android.hardware.radio.V1_1.NetworkScanRequest(); request.type = nsr.scanType; Loading Loading
src/java/com/android/internal/telephony/CommandsInterface.java +2 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ import android.os.WorkSource; import android.service.carrier.CarrierIdentifier; import android.telephony.ClientRequestStats; import android.telephony.ImsiEncryptionInfo; import android.telephony.NetworkScanRequest; import com.android.internal.telephony.cdma.CdmaSmsBroadcastConfigInfo; import com.android.internal.telephony.dataconnection.DataProfile; Loading Loading @@ -1293,7 +1294,7 @@ public interface CommandsInterface { * * ((AsyncResult)response.obj).result is a NetworkScanResult object */ void startNetworkScan(Message response); void startNetworkScan(NetworkScanRequest nsr, Message response); /** * Stops the ongoing network scan Loading
src/java/com/android/internal/telephony/GsmCdmaPhone.java +3 −2 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ import android.telecom.VideoProfile; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ImsiEncryptionInfo; import android.telephony.NetworkScanRequest; import android.telephony.PhoneNumberUtils; import android.telephony.Rlog; import android.telephony.ServiceState; Loading Loading @@ -1790,8 +1791,8 @@ public class GsmCdmaPhone extends Phone { } @Override public void startNetworkScan(Message response) { mCi.startNetworkScan(response); public void startNetworkScan(NetworkScanRequest nsr, Message response) { mCi.startNetworkScan(nsr, response); } @Override Loading
src/java/com/android/internal/telephony/NetworkScanRequestTracker.java 0 → 100644 +483 −0 File added.Preview size limit exceeded, changes collapsed. Show changes
src/java/com/android/internal/telephony/PhoneInternalInterface.java +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import android.os.WorkSource; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ImsiEncryptionInfo; import android.telephony.PhoneStateListener; import android.telephony.NetworkScanRequest; import android.telephony.ServiceState; import com.android.internal.telephony.PhoneConstants.*; // ???? Loading Loading @@ -654,7 +654,7 @@ public interface PhoneInternalInterface { * on failure.</li> * </ul> */ void startNetworkScan(Message response); void startNetworkScan(NetworkScanRequest nsr, Message response); /** * Stop ongoing network scan. This method is asynchronous; . Loading
src/java/com/android/internal/telephony/RIL.java +1 −2 Original line number Diff line number Diff line Loading @@ -1778,7 +1778,7 @@ public final class RIL extends BaseCommands implements CommandsInterface { } @Override public void startNetworkScan(Message result) { public void startNetworkScan(NetworkScanRequest nsr, Message result) { IRadio radioProxy = getRadioProxy(result); if (radioProxy != null) { android.hardware.radio.V1_1.IRadio radioProxy11 = Loading @@ -1790,7 +1790,6 @@ public final class RIL extends BaseCommands implements CommandsInterface { result.sendToTarget(); } } else { NetworkScanRequest nsr = (NetworkScanRequest) result.obj; android.hardware.radio.V1_1.NetworkScanRequest request = new android.hardware.radio.V1_1.NetworkScanRequest(); request.type = nsr.scanType; Loading