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

/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java165 MATCH_DIRECT_BOOT_AWARE,
186 MATCH_DIRECT_BOOT_AWARE,
383 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
387 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
389 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
400 * When neither {@link #MATCH_DIRECT_BOOT_AWARE} nor
404 * user is running "locked" and only {@link #MATCH_DIRECT_BOOT_AWARE}
406 * the user is running "unlocked" and both {@link #MATCH_DIRECT_BOOT_AWARE}
411 public static final int MATCH_DIRECT_BOOT_AWARE = 0x00080000; field in class:PackageManager
449 * @see #MATCH_DIRECT_BOOT_AWARE
[all...]

Completed in 906 milliseconds