Searched refs:captor (Results 1 – 5 of 5) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioManagerTest.java | 87 ArgumentCaptor<CallAudioModeStateMachine.MessageArgs> captor = in testSingleIncomingCallFlowWithoutMTSpeedUp() local 94 eq(CallAudioModeStateMachine.NO_MORE_RINGING_CALLS), captor.capture()); in testSingleIncomingCallFlowWithoutMTSpeedUp() 104 assertMessageArgEquality(correctArgs, captor.getValue()); in testSingleIncomingCallFlowWithoutMTSpeedUp() 106 eq(CallAudioModeStateMachine.NEW_ACTIVE_OR_DIALING_CALL), captor.capture()); in testSingleIncomingCallFlowWithoutMTSpeedUp() 107 assertMessageArgEquality(correctArgs, captor.getValue()); in testSingleIncomingCallFlowWithoutMTSpeedUp() 122 ArgumentCaptor<CallAudioModeStateMachine.MessageArgs> captor = in testSingleIncomingCallFlowWithMTSpeedUp() local 127 eq(CallAudioModeStateMachine.MT_AUDIO_SPEEDUP_FOR_RINGING_CALL), captor.capture()); in testSingleIncomingCallFlowWithMTSpeedUp() 137 assertMessageArgEquality(correctArgs, captor.getValue()); in testSingleIncomingCallFlowWithMTSpeedUp() 138 assertMessageArgEquality(correctArgs, captor.getValue()); in testSingleIncomingCallFlowWithMTSpeedUp() 156 ArgumentCaptor<CallAudioModeStateMachine.MessageArgs> captor = in testSingleOutgoingCall() local [all …]
|
D | DirectToVoicemailCallFilterTest.java | 86 ArgumentCaptor<CallerInfoLookupHelper.OnQueryCompleteListener> captor = in verifyLookupStart() local 88 verify(mCallerInfoLookupHelper).startLookup(eq(TEST_HANDLE), captor.capture()); in verifyLookupStart() 89 return captor.getValue(); in verifyLookupStart()
|
D | CallLogManagerTest.java | 614 ArgumentCaptor<CountryListener> captor = verifyCountryIso(mockDetector, resultIso); in testCountryIso_newCountryDetected() local 617 CountryListener listener = captor.getValue(); in testCountryIso_newCountryDetected() 626 ArgumentCaptor<CountryListener> captor = ArgumentCaptor.forClass(CountryListener.class); in verifyCountryIso() local 627 verify(mockDetector).addCountryListener(captor.capture(), any(Looper.class)); in verifyCountryIso() 629 return captor; in verifyCountryIso() 653 ArgumentCaptor<ContentValues> captor = ArgumentCaptor.forClass(ContentValues.class); in verifyInsertionWithCapture() local 657 .insert(any(String.class), eq(uri), captor.capture()); in verifyInsertionWithCapture() 662 return captor.getValue(); in verifyInsertionWithCapture()
|
D | CallScreeningServiceFilterTest.java | 215 ArgumentCaptor<ICallScreeningAdapter> captor = in getCallScreeningAdapter() local 217 verify(mCallScreeningService).screenCall(captor.capture(), any(ParcelableCall.class)); in getCallScreeningAdapter() 218 return captor.getValue(); in getCallScreeningAdapter()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz |
|