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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java180 MATCH_DIRECT_BOOT_AWARE,
203 MATCH_DIRECT_BOOT_AWARE,
404 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
408 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
410 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
421 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
425 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
427 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
432 public static final int MATCH_DIRECT_BOOT_AWARE = 0x00080000; field in class:PackageManager
518 * @see #MATCH_DIRECT_BOOT_AWARE
[all...]

Completed in 59 milliseconds