Home
last modified time | relevance | path

Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DAnnotationValidations.java170 validateIntFlags(annotation, value, flagsUpTo(Intent.FLAG_RECEIVER_OFFLOAD)); in validate()
/frameworks/base/core/java/android/content/
DIntent.java6231 FLAG_RECEIVER_OFFLOAD,
6276 FLAG_RECEIVER_OFFLOAD,
6729 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java553 | Intent.FLAG_RECEIVER_OFFLOAD in sendLockedBootCompletedBroadcast()
768 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
DActivityManagerService.java17108 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0));