Merge "Add two ServiceState APIs back to @Unsupported list." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
af242fb7e0
@@ -19208,6 +19208,8 @@ HSPLandroid/telephony/PreciseDataConnectionState;->toString()Ljava/lang/String;
|
||||
HSPLandroid/telephony/PreciseDataConnectionState;->writeToParcel(Landroid/os/Parcel;I)V
|
||||
HSPLandroid/telephony/Rlog;->d(Ljava/lang/String;Ljava/lang/String;)I
|
||||
HSPLandroid/telephony/ServiceState;->createLocationInfoSanitizedCopy(Z)Landroid/telephony/ServiceState;
|
||||
HSPLandroid/telephony/ServiceState;->fillInNotifierBundle(Landroid/os/Bundle;)V
|
||||
HSPLandroid/telephony/ServiceState;->newFromBundle(Landroid/os/Bundle;)Landroid/telephony/ServiceState;
|
||||
PLandroid/telephony/SignalStrength;-><init>(Landroid/telephony/SignalStrength;)V
|
||||
HPLandroid/telephony/SignalStrength;->copyFrom(Landroid/telephony/SignalStrength;)V
|
||||
HSPLandroid/telephony/SignalStrength;->isGsm()Z
|
||||
|
||||
@@ -398,6 +398,7 @@ public class ServiceState implements Parcelable {
|
||||
* @hide
|
||||
*/
|
||||
@NonNull
|
||||
@UnsupportedAppUsage
|
||||
public static ServiceState newFromBundle(@NonNull Bundle m) {
|
||||
ServiceState ret;
|
||||
ret = new ServiceState();
|
||||
@@ -1315,6 +1316,7 @@ public class ServiceState implements Parcelable {
|
||||
* @hide
|
||||
*
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
public void fillInNotifierBundle(@NonNull Bundle m) {
|
||||
m.putParcelable(EXTRA_SERVICE_STATE, this);
|
||||
// serviceState already consists of below entries.
|
||||
|
||||
Reference in New Issue
Block a user