Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java533 final BroadcastOptions options3 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingKey() local
534 options3.setDeliveryGroupMatchingKey(Intent.ACTION_SERVICE_STATE, "key1"); in testMatchesDeliveryGroup_withMatchingKey()
536 intent3, options3); in testMatchesDeliveryGroup_withMatchingKey()
590 final BroadcastOptions options3 = BroadcastOptions.makeBasic(); in testMatchesDeliveryGroup_withMatchingFilter() local
591 options3.setDeliveryGroupMatchingFilter(filter3); in testMatchesDeliveryGroup_withMatchingFilter()
593 intent3, options3); in testMatchesDeliveryGroup_withMatchingFilter()