Searched refs:mMockPhoneAccountRegistrar (Results 1 – 5 of 5) sorted by relevance
134 PhoneAccountRegistrar mMockPhoneAccountRegistrar; field in CallLogManagerTest148 mCallLogManager = new CallLogManager(mContext, mMockPhoneAccountRegistrar, in setUp()277 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testDontLogChoosingAccountCall()351 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testDontLogCallsFromEmergencyAccount()380 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testLogCallDirectionOutgoing()405 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testLogCallDirectionIncoming()431 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOff()462 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOn()493 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testLogCallDirectionRejected()519 when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) in testCreationTimeAndAge()[all …]
98 private PhoneAccountRegistrar mMockPhoneAccountRegistrar; field in EmergencyCallDiagnosticLoggerTest122 doReturn(mMockPhoneAccountRegistrar).when(mMockCallsManager).getPhoneAccountRegistrar(); in setUp()123 doReturn(SIM_1_ACCOUNT).when(mMockPhoneAccountRegistrar).getPhoneAccountUnchecked( in setUp()
85 @Mock private PhoneAccountRegistrar mMockPhoneAccountRegistrar; field in CallAnomalyWatchdogTest99 doReturn(mMockPhoneAccountRegistrar).when(mMockCallsManager).getPhoneAccountRegistrar(); in setUp()100 doReturn(SIM_1_ACCOUNT).when(mMockPhoneAccountRegistrar).getPhoneAccountUnchecked( in setUp()
110 @Mock private PhoneAccountRegistrar mMockPhoneAccountRegistrar; field in CallTest123 doReturn(mMockPhoneAccountRegistrar).when(mMockCallsManager).getPhoneAccountRegistrar(); in setUp()125 doReturn(SIM_1_ACCOUNT).when(mMockPhoneAccountRegistrar).getPhoneAccountUnchecked( in setUp()
139 @Mock PhoneAccountRegistrar mMockPhoneAccountRegistrar; field in InCallControllerTests