Searched refs:FLAG_RECEIVER_BOOT_UPGRADE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
H A DIntent.java2562 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x08000000; field in class:Intent
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3845 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);
10459 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) {
10461 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
11163 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0))

Completed in 47 milliseconds