Searched defs:LoadedApk (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java70 public final class LoadedApk { class
72 private static final String TAG = "LoadedApk";
91 private final HashMap<Context, HashMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>> mReceivers
92 = new HashMap<Context, HashMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>>();
93 private final HashMap<Context, HashMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>> mUnregisteredReceivers
94 = new HashMap<Context, HashMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>>();
95 private final HashMap<Context, HashMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
96 = new HashMap<Context, HashMap<ServiceConnection, LoadedApk.ServiceDispatcher>>();
97 private final HashMap<Context, HashMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mUnboundServices
98 = new HashMap<Context, HashMap<ServiceConnection, LoadedApk
112 public LoadedApk(ActivityThread activityThread, ApplicationInfo aInfo, method in class:LoadedApk
153 public LoadedApk(ActivityThread activityThread, String name, method in class:LoadedApk
[all...]

Completed in 146 milliseconds