Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastQueueModernImplTest.java1318 final Pair<Intent, BroadcastOptions> dropboxEntryBroadcast1 = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_matchingFilter()
1320 final Pair<Intent, BroadcastOptions> dropboxEntryBroadcast2 = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_matchingFilter()
1322 final Pair<Intent, BroadcastOptions> dropboxEntryBroadcast3 = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_matchingFilter()
1336 final Pair<Intent, BroadcastOptions> expectedMergedBroadcast = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_matchingFilter()
1345 final Pair<Intent, BroadcastOptions> dropboxEntryBroadcast1 = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_multipleReceivers()
1347 final Pair<Intent, BroadcastOptions> dropboxEntryBroadcast2 = createDropboxBroadcast( in testDeliveryGroupPolicy_merged_multipleReceivers()
1405 private Pair<Intent, BroadcastOptions> createDropboxBroadcast(String tag, long timestampMs, in createDropboxBroadcast() method in BroadcastQueueModernImplTest