package android.os; public class ServiceManager { public static IBinder getService( String serviceName ) throws RemoteException { return null; } }