Searched refs:intent3 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastRecordTest.java | 530 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()
|
D | ActivityManagerServiceTest.java | 922 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()
|