Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java155 @Mock private UserCallIntentProcessor mUserCallIntentProcessor; field in TelecomServiceImplTest
189 return mUserCallIntentProcessor; in setUp()
693 verify(mUserCallIntentProcessor).processIntent(intentCaptor.capture(), anyString(), in placeCallTestHelper()
715 verify(mUserCallIntentProcessor, never()) in testPlaceCallFailure()