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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java178 MATCH_DIRECT_BOOT_UNAWARE,
201 MATCH_DIRECT_BOOT_UNAWARE,
399 * {@link #MATCH_DIRECT_BOOT_UNAWARE} are specified, the default behavior is
405 * and {@link #MATCH_DIRECT_BOOT_UNAWARE} components are returned.
409 public static final int MATCH_DIRECT_BOOT_UNAWARE = 0x00040000; field in class:PackageManager
416 * {@link #MATCH_DIRECT_BOOT_UNAWARE} are specified, the default behavior is
422 * and {@link #MATCH_DIRECT_BOOT_UNAWARE} components are returned.
503 * @see #MATCH_DIRECT_BOOT_UNAWARE
4684 if ((flags & (MATCH_DIRECT_BOOT_UNAWARE | MATCH_DIRECT_BOOT_AWARE)) != 0) {
4690 flags |= MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE;
[all...]

Completed in 5539 milliseconds