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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java159 MATCH_DIRECT_BOOT_AWARE,
177 MATCH_DIRECT_BOOT_AWARE,
371 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
375 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
377 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
388 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
392 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
394 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
399 public static final int MATCH_DIRECT_BOOT_AWARE = 0x00080000; field in class:PackageManager
437 * @see #MATCH_DIRECT_BOOT_AWARE
[all...]

Completed in 3992 milliseconds