Merge "[Telephony Mainline] Hide TelephonyServiceManager and TelephonyFrameworkInitializer" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-03-21 05:05:27 +00:00
committed by Android (Google) Code Review
4 changed files with 0 additions and 40 deletions

View File

@@ -17,7 +17,6 @@ package android.os;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.content.Context;
/**
@@ -28,7 +27,6 @@ import android.content.Context;
*
* @hide
*/
@SystemApi
public class TelephonyServiceManager {
/**
* @hide
@@ -97,7 +95,6 @@ public class TelephonyServiceManager {
*
* @hide
*/
@SystemApi
public static class ServiceNotFoundException extends ServiceManager.ServiceNotFoundException {
/**
* Constructor.