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/services/core/java/com/android/server/am/
DUserController.java516 | Intent.FLAG_RECEIVER_OFFLOAD in finishUserBoot()
733 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
DActivityManagerService.java20324 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0)); in isOnOffloadQueue()
/frameworks/base/core/java/android/content/
DIntent.java6033 FLAG_RECEIVER_OFFLOAD,
6078 FLAG_RECEIVER_OFFLOAD,
6524 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent