Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 4 of 4) sorted by relevance
170 validateIntFlags(annotation, value, flagsUpTo(Intent.FLAG_RECEIVER_OFFLOAD)); in validate()
516 | Intent.FLAG_RECEIVER_OFFLOAD in finishUserBoot()733 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
20324 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0)); in isOnOffloadQueue()
6033 FLAG_RECEIVER_OFFLOAD,6078 FLAG_RECEIVER_OFFLOAD,6524 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent