Searched refs:FLAG_RECEIVER_BOOT_UPGRADE (Results 1 – 2 of 2) sorted by relevance
2864 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x08000000; field in Intent
3997 (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in getIntentSender()6697 intent.addFlags(Intent.FLAG_RECEIVER_BOOT_UPGRADE); in systemReady()11866 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) { in verifyBroadcastLocked()12592 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0)) in processNextBroadcast()