Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DAnnotationValidations.java170 validateIntFlags(annotation, value, flagsUpTo(Intent.FLAG_RECEIVER_OFFLOAD)); in validate()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueModernImplTest.java705 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0); in testMakeActiveNextPending()
713 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0); in testMakeActiveNextPending()
816 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testOffloadStarvation()
822 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testOffloadStarvation()
883 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
889 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
929 .addFlags(Intent.FLAG_RECEIVER_OFFLOAD)), 0, timeCounter++); in testPrioritizeEarliest()
/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java664 return (intent.getFlags() & Intent.FLAG_RECEIVER_OFFLOAD) != 0; in isOffload()
DUserController.java706 | Intent.FLAG_RECEIVER_OFFLOAD in sendLockedBootCompletedBroadcast()
929 | Intent.FLAG_RECEIVER_OFFLOAD); in finishUserUnlockedCompleted()
/frameworks/base/core/java/android/content/
DIntent.java7046 FLAG_RECEIVER_OFFLOAD,
7092 FLAG_RECEIVER_OFFLOAD,
7551 public static final int FLAG_RECEIVER_OFFLOAD = 0x80000000; field in Intent