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

/frameworks/base/tools/aapt2/
H A DLoadedApk.h43 class LoadedApk { class in namespace:aapt
45 virtual ~LoadedApk() = default;
48 static std::unique_ptr<LoadedApk> LoadApkFromPath(const ::android::StringPiece& path,
52 static std::unique_ptr<LoadedApk> LoadProtoApkFromFileCollection(
56 static std::unique_ptr<LoadedApk> LoadBinaryApkFromFileCollection(
59 LoadedApk(const Source& source, std::unique_ptr<io::IFileCollection> apk, function in class:aapt::LoadedApk
111 DISALLOW_COPY_AND_ASSIGN(LoadedApk);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java91 public final class LoadedApk { class
92 static final String TAG = "LoadedApk";
124 private final ArrayMap<Context, ArrayMap<BroadcastReceiver, LoadedApk.ReceiverDispatcher>> mUnregisteredReceivers
126 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mServices
128 private final ArrayMap<Context, ArrayMap<ServiceConnection, LoadedApk.ServiceDispatcher>> mUnboundServices
142 public LoadedApk(ActivityThread activityThread, ApplicationInfo aInfo, method in class:LoadedApk
188 LoadedApk(ActivityThread activityThread) { method in class:LoadedApk
291 * @param aInfo The new ApplicationInfo to use for this LoadedApk
693 // call System.loadLibrary() on a classloader from a LoadedApk with
1142 ArrayMap<BroadcastReceiver, LoadedApk
[all...]

Completed in 98 milliseconds