SYMBOL INDEX (33 symbols across 5 files) FILE: hidden-api/src/main/java/android/accounts/IAccountManager.java type IAccountManager (line 11) | public interface IAccountManager extends IInterface { method getAuthenticatorTypes (line 12) | AuthenticatorDescription[] getAuthenticatorTypes(int userId); method getAccountsAsUser (line 14) | @RequiresApi(Build.VERSION_CODES.M) method getAccountsAsUser (line 17) | @DeprecatedSinceApi(api = Build.VERSION_CODES.M) class Stub (line 20) | abstract class Stub extends Binder implements IAccountManager { method asInterface (line 21) | public static IAccountManager asInterface(IBinder obj) { FILE: hidden-api/src/main/java/android/content/pm/IPackageManager.java type IPackageManager (line 11) | public interface IPackageManager extends IInterface { method getPackageInfo (line 12) | @RequiresApi(Build.VERSION_CODES.TIRAMISU) method getPackageInfo (line 15) | @DeprecatedSinceApi(api = Build.VERSION_CODES.TIRAMISU) class Stub (line 18) | abstract class Stub extends Binder implements IPackageManager { method asInterface (line 20) | public static IPackageManager asInterface(IBinder obj) { FILE: hidden-api/src/main/java/android/content/pm/UserInfo.java class UserInfo (line 9) | public class UserInfo implements Parcelable { method UserInfo (line 14) | protected UserInfo(Parcel in) { method createFromParcel (line 18) | @Override method newArray (line 23) | @Override method describeContents (line 29) | @Override method writeToParcel (line 34) | @Override FILE: hidden-api/src/main/java/android/os/IUserManager.java type IUserManager (line 10) | public interface IUserManager extends IInterface { method getUsers (line 11) | @RequiresApi(Build.VERSION_CODES.R) method getUsers (line 14) | @DeprecatedSinceApi(api = Build.VERSION_CODES.R) method removeUser (line 17) | boolean removeUser(int userHandle); class Stub (line 19) | abstract class Stub extends Binder implements IUserManager { method asInterface (line 20) | public static IUserManager asInterface(IBinder obj) { FILE: hidden-api/src/main/java/android/os/ServiceManager.java class ServiceManager (line 23) | public final class ServiceManager { method getService (line 24) | public static IBinder getService(String name) { method getServiceOrThrow (line 34) | public static IBinder getServiceOrThrow(String name) throws ServiceNot... method addService (line 45) | public static void addService(String name, IBinder service) { method addService (line 58) | public static void addService(String name, IBinder service, boolean al... method checkService (line 66) | public static IBinder checkService(String name) { method listServices (line 76) | public static String[] listServices() { method initServiceCache (line 88) | public static void initServiceCache(Map cache) { class ServiceNotFoundException (line 99) | public static class ServiceNotFoundException extends Exception { method ServiceNotFoundException (line 100) | public ServiceNotFoundException(String name) {