[CM] Unhide the NetworkSpecifier as object API

API visibility change: unhide allowing NetworkSpecifier
to be an arbitrary object.

Bug: 27533960
Bug: 36053921
Bug: 36275276
Test: builds and runs
Change-Id: I1d1705cca7ece077ef8d7c674c62d5369fedbb03
Merged-In: I7535495681da8f168c46d6d95e13925cffecc99b
Merged-In: I6500639ae839ee9ad5af34d1292d1539c943e2ad
This commit is contained in:
Etan Cohen
2017-03-29 13:57:08 -07:00
committed by Lorenzo Colitti
parent 6c2ab24a4c
commit fedaf00fa3

View File

@@ -278,7 +278,6 @@ public class NetworkRequest implements Parcelable {
*
* @param networkSpecifier A concrete, parcelable framework class that extends
* NetworkSpecifier.
* @hide
*/
public Builder setNetworkSpecifier(NetworkSpecifier networkSpecifier) {
MatchAllNetworkSpecifier.checkNotMatchAllNetworkSpecifier(networkSpecifier);