Searched defs:LoadedApk (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DLoadedApk.java80 public final class LoadedApk { class
82 private static final String TAG = "LoadedApk";
106 = new ArrayMap<Context, ArrayMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>>();
107 private final ArrayMap<Context, ArrayMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>> mUnregisteredReceivers
108 = new ArrayMap<Context, ArrayMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>>();
109 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
110 = new ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>>();
111 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mUnboundServices
112 = new ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>>();
126 public LoadedApk(ActivityThrea method in class:LoadedApk
182 LoadedApk(ActivityThread activityThread) { method in class:LoadedApk
[all...]

Completed in 2294 milliseconds