Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 3 of 3) sorted by relevance
5898 FLAG_RECEIVER_OFFLOAD,5943 FLAG_RECEIVER_OFFLOAD,6374 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent
593 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
19146 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0)); in isOnOffloadQueue()