Home
last modified time | relevance | path

Searched refs:CONTEXT_IGNORE_SECURITY (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/core/java/android/content/
H A DContext.java6975 CONTEXT_IGNORE_SECURITY,
7005 public static final int CONTEXT_IGNORE_SECURITY = 0x00000002; field in Context
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java3019 return (mFlags & Context.CONTEXT_IGNORE_SECURITY) != 0; in canLoadUnsafeResources()
H A DActivityThread.java2666 && (flags&Context.CONTEXT_IGNORE_SECURITY) == 0) { in getPackageInfo()
2694 |Context.CONTEXT_IGNORE_SECURITY)) in getPackageInfo()
/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.txt10375 field public static final int CONTEXT_IGNORE_SECURITY = 2; // 0x2