Home
last modified time | relevance | path

Searched refs:CONTEXT_INCLUDE_CODE (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
H A DSimpleService.java136 Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY); in onBind()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewLibraryLoader.java81 Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY); in main()
H A DWebViewFactory.java472 Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY); in getWebViewContextAndSetProvider()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java19 import static android.content.Context.CONTEXT_INCLUDE_CODE;
513 final int flags = (sameAppWithProcess ? CONTEXT_INCLUDE_CODE : 0) in loadDrawableAsUser()
/aosp14/frameworks/base/core/java/android/content/
H A DContext.java6974 CONTEXT_INCLUDE_CODE,
6996 public static final int CONTEXT_INCLUDE_CODE = 0x00000001; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DActivityThread.java2651 } else if ((flags & Context.CONTEXT_INCLUDE_CODE) != 0) { in getPackageInfo()
2687 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0; in getPackageInfo()
2693 if ((flags&(Context.CONTEXT_INCLUDE_CODE in getPackageInfo()
2695 == Context.CONTEXT_INCLUDE_CODE) { in getPackageInfo()
3697 Context.CONTEXT_INCLUDE_CODE); in performLaunchActivity()
7792 Context.CONTEXT_INCLUDE_CODE); in installProvider()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10376 field public static final int CONTEXT_INCLUDE_CODE = 1; // 0x1