Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java586 final PersistableBundle bundle3 = new PersistableBundle(); in testMatchesDeliveryGroup_withMatchingFilter() local
587 bundle3.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
588 bundle3.putInt(SubscriptionManager.EXTRA_SLOT_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
589 filter3.setExtras(bundle3); in testMatchesDeliveryGroup_withMatchingFilter()