Searched refs:CONTEXT_INCLUDE_CODE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java364 Context.CONTEXT_INCLUDE_CODE | Context.CONTEXT_IGNORE_SECURITY);
/frameworks/base/core/java/android/content/
H A DContext.java4455 CONTEXT_INCLUDE_CODE,
4477 public static final int CONTEXT_INCLUDE_CODE = 0x00000001; field in class:Context
4482 * be loaded. For use with {@link #CONTEXT_INCLUDE_CODE} to allow code
4530 * {@link #CONTEXT_INCLUDE_CODE} for more information}.
/frameworks/base/core/java/android/app/
H A DActivityThread.java1987 } else if ((flags & Context.CONTEXT_INCLUDE_CODE) != 0) {
2030 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0;
2036 if ((flags&(Context.CONTEXT_INCLUDE_CODE
2038 == Context.CONTEXT_INCLUDE_CODE) {
2650 Context.CONTEXT_INCLUDE_CODE);
6204 Context.CONTEXT_INCLUDE_CODE);

Completed in 89 milliseconds