Searched refs:FLAG_DIRECT_BOOT_AUTO (Results 1 – 2 of 2) sorted by relevance
5837 public static final int FLAG_DIRECT_BOOT_AUTO = 0x00000100; field in Intent5841 public static final int FLAG_DEBUG_TRIAGED_MISSING = FLAG_DIRECT_BOOT_AUTO;
1659 if ((intent.getFlags() & Intent.FLAG_DIRECT_BOOT_AUTO) != 0) { in updateFlagsForComponent()