Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 31e02dfd authored by Pranav Madapurmath's avatar Pranav Madapurmath
Browse files

Resolve hidden TelephonyRegistryManager APIs

Promote notifyCallStateChangedForAllSubscriptions and
notifyOutgoingEmergencyCall as part of the Telecom
modularization cleanup.

Bug: 308212734
Bug: 311773409
Test: atest TelecomUnitTests
Test: atest TelephonyRegistryManagerTest (added missing CTS for
notifyOutgoingEmergencyCall)

Change-Id: Ia5cf12107b82f1baf4ac61d20b132d6afebe4d2a
parent e8c4c3b0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14928,6 +14928,11 @@ package android.telephony {
    field public static final int ERROR_UNKNOWN = 0; // 0x0
  }
  @FlaggedApi("com.android.server.telecom.flags.telecom_resolve_hidden_dependencies") public class TelephonyRegistryManager {
    method @RequiresPermission(android.Manifest.permission.MODIFY_PHONE_STATE) public void notifyCallStateChangedForAllSubscriptions(int, @Nullable String);
    method public void notifyOutgoingEmergencyCall(int, int, @NonNull android.telephony.emergency.EmergencyNumber);
  }
  public final class ThermalMitigationRequest implements android.os.Parcelable {
    method public int describeContents();
    method @Nullable public android.telephony.DataThrottlingRequest getDataThrottlingRequest();
+70 −5

File changed.

Preview size limit exceeded, changes collapsed.