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

/frameworks/base/tools/aapt2/optimize/
H A DMultiApkGenerator.cpp51 class ContextWrapper : public IAaptContext { class in namespace:aapt
53 explicit ContextWrapper(IAaptContext* context) function in class:aapt::ContextWrapper
131 ContextWrapper wrapped_context{context_};
218 ContextWrapper wrapped_context{context};
/frameworks/base/core/java/android/content/
H A DContextWrapper.java56 public class ContextWrapper extends Context { class in inherits:Context
59 public ContextWrapper(Context base) { method in class:ContextWrapper
64 * Set the base context for this ContextWrapper. All calls will then be

Completed in 87 milliseconds