Fix a tiny bug in NetworkScanRequest
Bug: 77487847 Test: cts-tradefed run cts -m CtsCarrierApiTestCases --test android.carrierapi.cts.NetworkScanApiTest Change-Id: Ic4b167cf4929a1bb86fa7e6768672a9288b96911
This commit is contained in:
@@ -152,7 +152,7 @@ public final class NetworkScanRequest implements Parcelable {
|
||||
this.mMaxSearchTime = maxSearchTime;
|
||||
this.mIncrementalResults = incrementalResults;
|
||||
this.mIncrementalResultsPeriodicity = incrementalResultsPeriodicity;
|
||||
if (mMccMncs != null) {
|
||||
if (mccMncs != null) {
|
||||
this.mMccMncs = (ArrayList<String>) mccMncs.clone();
|
||||
} else {
|
||||
this.mMccMncs = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user