D | BroadcastRecord.java | 78 final class BroadcastRecord extends Binder { class 156 private ArrayMap<BroadcastRecord, Boolean> mMatchingRecordsCache; 406 BroadcastRecord(BroadcastQueue queue, in BroadcastRecord() method in BroadcastRecord 428 BroadcastRecord(BroadcastQueue _queue, in BroadcastRecord() method in BroadcastRecord 498 private BroadcastRecord(BroadcastRecord from, Intent newIntent) { in BroadcastRecord() method in BroadcastRecord 644 void copyEnqueueTimeFrom(@NonNull BroadcastRecord replacedBroadcast) { in copyEnqueueTimeFrom() 943 public BroadcastRecord maybeStripForHistory() { in maybeStripForHistory() 947 return new BroadcastRecord(this, intent.maybeStripForHistory()); in maybeStripForHistory() 1044 boolean matchesDeliveryGroup(@NonNull BroadcastRecord other) { in matchesDeliveryGroup() 1048 private static boolean matchesDeliveryGroup(@NonNull BroadcastRecord newRecord, in matchesDeliveryGroup() [all …]
|