Searched refs:FLAG_RECEIVER_BOOT_UPGRADE (Results 1 – 4 of 4) sorted by relevance
72 mIntent.addFlags(Intent.FLAG_RECEIVER_BOOT_UPGRADE | Intent.FLAG_DEBUG_TRIAGED_MISSING); in PreBootBroadcaster()
1647 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0, false, false)) in processNextBroadcastLocked()
5671 (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in getIntentSenderWithFeature()15959 if (!mProcessesReady && (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0) { in broadcastIntentLocked()15977 || (intent.getFlags() & Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0) in broadcastIntentLocked()16690 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in verifyBroadcastLocked()
6028 FLAG_RECEIVER_BOOT_UPGRADE,6073 FLAG_RECEIVER_BOOT_UPGRADE,6555 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x02000000; field in Intent