Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java530 final Intent intent3 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingKey() local
531 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingKey()
532 intent3.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 3); in testMatchesDeliveryGroup_withMatchingKey()
536 intent3, options3); in testMatchesDeliveryGroup_withMatchingKey()
581 final Intent intent3 = new Intent(Intent.ACTION_SERVICE_STATE); in testMatchesDeliveryGroup_withMatchingFilter() local
582 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
583 intent3.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 3); in testMatchesDeliveryGroup_withMatchingFilter()
584 intent3.putExtra(Intent.EXTRA_REASON, "reason3"); in testMatchesDeliveryGroup_withMatchingFilter()
593 intent3, options3); in testMatchesDeliveryGroup_withMatchingFilter()
DActivityManagerServiceTest.java922 final Intent intent3 = new Intent(TEST_ACTION3); in testBroadcastStickyIntent() local
941 broadcastIntent(intent3, null, true); in testBroadcastStickyIntent()
949 StickyBroadcast.create(intent3, false, Process.myUid(), PROCESS_STATE_UNKNOWN, in testBroadcastStickyIntent()