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

/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java1072 (r.intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0, false, false))
H A DActivityManagerService.java6583 (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) {
6585 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
11615 intent.addFlags(Intent.FLAG_RECEIVER_BOOT_UPGRADE);
16432 if (!mProcessesReady && (intent.getFlags()&Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0) {
16452 || (intent.getFlags() & Intent.FLAG_RECEIVER_BOOT_UPGRADE) == 0)
16917 if ((flags&Intent.FLAG_RECEIVER_BOOT_UPGRADE) != 0) {
16919 "Can't use FLAG_RECEIVER_BOOT_UPGRADE here");
/frameworks/base/core/java/android/content/
H A DIntent.java4214 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x02000000; field in class:Intent

Completed in 870 milliseconds