Merge "Make setServiceId a TestApi" into pi-dev
This commit is contained in:
@@ -917,6 +917,10 @@ package android.telephony {
|
||||
|
||||
package android.telephony.mbms {
|
||||
|
||||
public static class DownloadRequest.Builder {
|
||||
method public android.telephony.mbms.DownloadRequest.Builder setServiceId(java.lang.String);
|
||||
}
|
||||
|
||||
public final class FileInfo implements android.os.Parcelable {
|
||||
ctor public FileInfo(android.net.Uri, java.lang.String);
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ package android.telephony.mbms;
|
||||
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.SystemApi;
|
||||
import android.annotation.TestApi;
|
||||
import android.content.Intent;
|
||||
import android.net.Uri;
|
||||
import android.os.Parcel;
|
||||
@@ -184,6 +185,7 @@ public final class DownloadRequest implements Parcelable {
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@TestApi
|
||||
public Builder setServiceId(String serviceId) {
|
||||
fileServiceId = serviceId;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user