Searched refs:outerContext (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | Presentation.java | 169 public Presentation(Context outerContext, Display display) { in Presentation() argument 170 this(outerContext, display, 0); in Presentation() 192 public Presentation(Context outerContext, Display display, int theme) { in Presentation() argument 193 this(outerContext, display, theme, INVALID_WINDOW_TYPE); in Presentation() 217 public Presentation(@NonNull Context outerContext, @NonNull Display display, int theme, in Presentation() argument 219 super(createPresentationContext(outerContext, display, theme, type), theme, false); in Presentation() 313 private static Context createPresentationContext(Context outerContext, Display display, in createPresentationContext() argument 315 return createPresentationContext(outerContext, display, theme, INVALID_WINDOW_TYPE); in createPresentationContext() 319 Context outerContext, Display display, int theme, @WindowType int type) { in createPresentationContext() argument 320 if (outerContext == null) { in createPresentationContext() [all …]
|
H A D | SystemServiceRegistry.java | 557 final Context outerContext = ctx.getOuterContext(); in registerService() 559 new ContextThemeWrapper(outerContext, in registerService() 561 outerContext.getApplicationInfo().targetSdkVersion, in registerService() 1161 Context outerContext = ctx.getOuterContext(); in registerService() 1162 ContentCaptureOptions options = outerContext.getContentCaptureOptions(); in registerService() 1164 if (options != null && (options.lite || options.isWhitelisted(outerContext))) { in registerService() 1170 return new ContentCaptureManager(outerContext, service, options); in registerService()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |