Home
last modified time | relevance | path

Searched refs:FLAG_RECEIVER_OFFLOAD (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java726 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0); in testMakeActiveNextPending()
734 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0); in testMakeActiveNextPending()
837 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testOffloadStarvation()
843 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testOffloadStarvation()
904 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
910 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
950 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DAnnotationValidations.java170 validateIntFlags(annotation, value, flagsUpTo(Intent.FLAG_RECEIVER_OFFLOAD)); in validate()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java805 return (intent.getFlags() & Intent.FLAG_RECEIVER_OFFLOAD) != 0; in isOffload()
H A DUserController.java621 | Intent.FLAG_RECEIVER_OFFLOAD in sendLockedBootCompletedBroadcast()
837 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
H A DActivityManagerService.java20158 return (mEnableOffloadQueue && ((flags & Intent.FLAG_RECEIVER_OFFLOAD) != 0));
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6771 FLAG_RECEIVER_OFFLOAD,
6817 FLAG_RECEIVER_OFFLOAD,
7271 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent