Searched refs:FLAG_RECEIVER_BOOT_UPGRADE (Results 1 – 4 of 4) sorted by relevance
69 mIntent.addFlags(Intent.FLAG_RECEIVER_BOOT_UPGRADE | Intent.FLAG_DEBUG_TRIAGED_MISSING); in PreBootBroadcaster()
1259 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0, false, false)) in processNextBroadcast()
7112 (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in getIntentSender()17947 if (!mProcessesReady && (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0) { in broadcastIntentLocked()17967 || (intent.getFlags() & Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0) in broadcastIntentLocked()18569 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in verifyBroadcastLocked()
4649 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x02000000; field in Intent