Searched defs:MATCH_DIRECT_BOOT_UNAWARE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java181 MATCH_DIRECT_BOOT_UNAWARE,
204 MATCH_DIRECT_BOOT_UNAWARE,
405 * {@link #MATCH_DIRECT_BOOT_UNAWARE} are specified, the default behavior is
411 * and {@link #MATCH_DIRECT_BOOT_UNAWARE} components are returned.
415 public static final int MATCH_DIRECT_BOOT_UNAWARE = 0x00040000; field in class:PackageManager
422 * {@link #MATCH_DIRECT_BOOT_UNAWARE} are specified, the default behavior is
428 * and {@link #MATCH_DIRECT_BOOT_UNAWARE} components are returned.
519 * @see #MATCH_DIRECT_BOOT_UNAWARE
4802 if ((flags & (MATCH_DIRECT_BOOT_UNAWARE | MATCH_DIRECT_BOOT_AWARE)) != 0) {
4808 flags |= MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE;
[all...]

Completed in 21 milliseconds