Merge "Add toString for RadioAccessSpecifier"
This commit is contained in:
@@ -166,4 +166,12 @@ public final class RadioAccessSpecifier implements Parcelable {
|
|||||||
+ (Arrays.hashCode(mBands) * 37)
|
+ (Arrays.hashCode(mBands) * 37)
|
||||||
+ (Arrays.hashCode(mChannels)) * 39);
|
+ (Arrays.hashCode(mChannels)) * 39);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "RadioAccessSpecifier[mRadioAccessNetwork="
|
||||||
|
+ AccessNetworkConstants.AccessNetworkType.toString(mRadioAccessNetwork)
|
||||||
|
+ ", mBands=" + Arrays.toString(mBands)
|
||||||
|
+ ", mChannels=" + Arrays.toString(mChannels) + "]";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user