Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java97 mFakeService.fireIntent(intent); in testIntentFor()
99 verify(mIntentFirer).fireIntent( in testIntentFor()
154 public void fireIntent(Intent intent) { in fireIntent() method in CarArgumentMatchersTest.FakeService
155 mIntentFirer.fireIntent(intent); in fireIntent()
164 void fireIntent(Intent intent); in fireIntent() method
/packages/services/Telephony/tests/src/com/android/phone/tests/
DCallDialTest.java90 fireIntent(Intent.ACTION_CALL); in onClick()
94 fireIntent(Intent.ACTION_DIAL); in onClick()
110 private void fireIntent(String action) { in fireIntent() method in CallDialTest