Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java2864 public static final int FLAG_RECEIVER_BOOT_UPGRADE = 0x08000000; field in Intent
/frameworks/base/services/java/com/android/server/am/
DActivityManagerService.java3997 (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()