Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 4 of 4) sorted by relevance
170 validateIntFlags(annotation, value, flagsUpTo(Intent.FLAG_RECEIVER_OFFLOAD)); in validate()
6231 FLAG_RECEIVER_OFFLOAD,6276 FLAG_RECEIVER_OFFLOAD,6729 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent
553 | Intent.FLAG_RECEIVER_OFFLOAD in sendLockedBootCompletedBroadcast()768 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
17108 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0));