Home | History | Annotate | Download | only in am

Lines Matching refs:FLAG_RECEIVER_BOOT_UPGRADE

3845             if ((intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) {
3847 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
6122 intent.addFlags(Intent.FLAG_RECEIVER_BOOT_UPGRADE);
10449 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) {
10451 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
11150 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0))