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

/frameworks/base/core/java/android/webkit/
H A DPluginManager.java257 Context.CONTEXT_INCLUDE_CODE |
/frameworks/base/core/java/android/content/
H A DContext.java1893 public static final int CONTEXT_INCLUDE_CODE = 0x00000001; field in class:Context
1898 * be loaded. For use with {@link #CONTEXT_INCLUDE_CODE} to allow code
1924 * {@link #CONTEXT_INCLUDE_CODE} for more information}.
1927 * @param flags Option flags, one of {@link #CONTEXT_INCLUDE_CODE}
/frameworks/base/core/java/android/app/
H A DActivityThread.java2277 if ((flags&Context.CONTEXT_INCLUDE_CODE) != 0) {
2315 boolean includeCode = (flags&Context.CONTEXT_INCLUDE_CODE) != 0;
2319 if ((flags&(Context.CONTEXT_INCLUDE_CODE
2321 == Context.CONTEXT_INCLUDE_CODE) {
2559 Context.CONTEXT_INCLUDE_CODE);
4481 Context.CONTEXT_INCLUDE_CODE);

Completed in 139 milliseconds