Loading core/api/module-lib-current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -638,8 +638,6 @@ package android.telephony { @FlaggedApi("com.android.internal.telephony.flags.enable_phone_number_parsing_api") public class TelephonyFrameworkInitializer { method @Nullable public static android.os.TelephonyServiceManager getTelephonyServiceManager(); method public static void registerServiceWrappers(); method public static void setTelephonyServiceManager(@NonNull android.os.TelephonyServiceManager); } public class TelephonyManager { Loading telephony/java/android/telephony/TelephonyFrameworkInitializer.java +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,8 @@ public class TelephonyFrameworkInitializer { * * @param telephonyServiceManager instance of {@link TelephonyServiceManager} that allows * the telephony mainline module to register/obtain telephony binder services. * * @hide */ public static void setTelephonyServiceManager( @NonNull TelephonyServiceManager telephonyServiceManager) { Loading Loading @@ -101,6 +103,8 @@ public class TelephonyFrameworkInitializer { * * @throws IllegalStateException if this is called from anywhere besides * {@link SystemServiceRegistry} * * @hide */ public static void registerServiceWrappers() { SystemServiceRegistry.registerContextAwareService( Loading Loading
core/api/module-lib-current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -638,8 +638,6 @@ package android.telephony { @FlaggedApi("com.android.internal.telephony.flags.enable_phone_number_parsing_api") public class TelephonyFrameworkInitializer { method @Nullable public static android.os.TelephonyServiceManager getTelephonyServiceManager(); method public static void registerServiceWrappers(); method public static void setTelephonyServiceManager(@NonNull android.os.TelephonyServiceManager); } public class TelephonyManager { Loading
telephony/java/android/telephony/TelephonyFrameworkInitializer.java +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,8 @@ public class TelephonyFrameworkInitializer { * * @param telephonyServiceManager instance of {@link TelephonyServiceManager} that allows * the telephony mainline module to register/obtain telephony binder services. * * @hide */ public static void setTelephonyServiceManager( @NonNull TelephonyServiceManager telephonyServiceManager) { Loading Loading @@ -101,6 +103,8 @@ public class TelephonyFrameworkInitializer { * * @throws IllegalStateException if this is called from anywhere besides * {@link SystemServiceRegistry} * * @hide */ public static void registerServiceWrappers() { SystemServiceRegistry.registerContextAwareService( Loading