NetworkSelectionStatus: Fix copy constructor
Add couple of missing elements in the NetworkSelectionStatus copy constructor.
BUG: 31102798
Change-Id: Ie5f3719b94acf021d4ae2756afd635388640168c
(cherry picked from commit 699680b6b4)
This commit is contained in:
committed by
Mitchell Wills
parent
22de5aaca9
commit
521c66e73c
@@ -1266,6 +1266,8 @@ public class WifiConfiguration implements Parcelable {
|
||||
}
|
||||
mTemporarilyDisabledTimestamp = source.mTemporarilyDisabledTimestamp;
|
||||
mNetworkSelectionBSSID = source.mNetworkSelectionBSSID;
|
||||
setCandidate(source.getCandidate());
|
||||
setCandidateScore(source.getCandidateScore());
|
||||
setConnectChoice(source.getConnectChoice());
|
||||
setConnectChoiceTimestamp(source.getConnectChoiceTimestamp());
|
||||
setHasEverConnected(source.getHasEverConnected());
|
||||
|
||||
Reference in New Issue
Block a user