Build m5-rc15

android.app
Class ActivityThread.PackageInfo

java.lang.Object
  extended by android.app.ActivityThread.PackageInfo
Enclosing class:
ActivityThread

public static final class ActivityThread.PackageInfo
extends Object


Constructor Summary
ActivityThread.PackageInfo(ActivityThread activityThread, String name, Context systemContext)
           
 
Method Summary
 IIntentReceiver forgetReceiverDispatcher(Context context, IntentReceiver r)
           
 IServiceConnection forgetServiceDispatcher(Context context, ServiceConnection c)
           
 String getAppDir()
           
 AssetManager getAssets(ActivityThread mainThread)
           
 ClassLoader getClassLoader()
           
 String getDataDir()
           
 File getDataDirFile()
           
 String getPackageName()
           
 IIntentReceiver getReceiverDispatcher(IntentReceiver r, Context context, Handler handler, Instrumentation instrumentation, boolean registered)
           
 Resources getResources(ActivityThread mainThread)
           
 IServiceConnection getServiceDispatcher(ServiceConnection c, Context context, Handler handler, int flags)
           
 boolean isSecurityViolation()
           
 void removeContextRegistrations(Context context, String who, String what)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityThread.PackageInfo

public ActivityThread.PackageInfo(ActivityThread activityThread,
                                  String name,
                                  Context systemContext)
Method Detail

getPackageName

public String getPackageName()

isSecurityViolation

public boolean isSecurityViolation()

getClassLoader

public ClassLoader getClassLoader()

getAppDir

public String getAppDir()

getDataDir

public String getDataDir()

getDataDirFile

public File getDataDirFile()

getAssets

public AssetManager getAssets(ActivityThread mainThread)

getResources

public Resources getResources(ActivityThread mainThread)

removeContextRegistrations

public void removeContextRegistrations(Context context,
                                       String who,
                                       String what)

getReceiverDispatcher

public IIntentReceiver getReceiverDispatcher(IntentReceiver r,
                                             Context context,
                                             Handler handler,
                                             Instrumentation instrumentation,
                                             boolean registered)

forgetReceiverDispatcher

public IIntentReceiver forgetReceiverDispatcher(Context context,
                                                IntentReceiver r)

getServiceDispatcher

public final IServiceConnection getServiceDispatcher(ServiceConnection c,
                                                     Context context,
                                                     Handler handler,
                                                     int flags)

forgetServiceDispatcher

public final IServiceConnection forgetServiceDispatcher(Context context,
                                                        ServiceConnection c)

Build m5-rc15

Please submit a feedback, bug or feature