Merge "Unexpose getDataRoamingFromRegistration API" into rvc-dev am: 76182efa9f am: 38cff3b79b am: 70f67f6ab6
Change-Id: I453ec57c5abc5a0be65dcb92f7964d772ba43af5
This commit is contained in:
@@ -11351,7 +11351,6 @@ package android.telephony {
|
||||
method public void fillInNotifierBundle(@NonNull android.os.Bundle);
|
||||
method public int getDataNetworkType();
|
||||
method public int getDataRegistrationState();
|
||||
method public boolean getDataRoamingFromRegistration();
|
||||
method @Nullable public android.telephony.NetworkRegistrationInfo getNetworkRegistrationInfo(int, int);
|
||||
method @NonNull public java.util.List<android.telephony.NetworkRegistrationInfo> getNetworkRegistrationInfoListForDomain(int);
|
||||
method @NonNull public java.util.List<android.telephony.NetworkRegistrationInfo> getNetworkRegistrationInfoListForTransportType(int);
|
||||
|
||||
@@ -689,8 +689,9 @@ public class ServiceState implements Parcelable {
|
||||
* @return true if registration indicates roaming, false otherwise
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public boolean getDataRoamingFromRegistration() {
|
||||
// TODO: all callers should refactor to get roaming state directly from modem
|
||||
// this should not be exposed as a public API
|
||||
return mIsDataRoamingFromRegistration;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user