Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 3 of 3) sorted by relevance
5703 FLAG_RECEIVER_OFFLOAD,5748 FLAG_RECEIVER_OFFLOAD,6179 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent
574 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
19033 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0)); in isOnOffloadQueue()