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

Commit b43cc011 authored by Peter Wang's avatar Peter Wang
Browse files

[Telephony Mainline] Make ServiceRegisterer static

Bug: 142255256
Test: Build
Change-Id: Ia6860ce495c0957b6ca942356f267298fe8a2843
parent 70156bd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8845,7 +8845,7 @@ package android.os {
    ctor public TelephonyServiceManager.ServiceNotFoundException(@NonNull String);
  }
  public final class TelephonyServiceManager.ServiceRegisterer {
  public static final class TelephonyServiceManager.ServiceRegisterer {
    method @Nullable public android.os.IBinder get();
    method @NonNull public android.os.IBinder getOrThrow() throws android.os.TelephonyServiceManager.ServiceNotFoundException;
    method public void register(@NonNull android.os.IBinder);
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public class TelephonyServiceManager {
    /**
     * A class that exposes the methods to register and obtain each system service.
     */
    public final class ServiceRegisterer {
    public static final class ServiceRegisterer {
        private final String mServiceName;

        /**