Searched refs:mCallLogManager (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallLogManagerTest.java | 102 private CallLogManager mCallLogManager; field in CallLogManagerTest 148 mCallLogManager = new CallLogManager(mContext, mMockPhoneAccountRegistrar, in setUp() 268 mCallLogManager.onCallStateChanged(fakeCall, CallState.DIALING, CallState.DISCONNECTED); in testDontLogCancelledCall() 270 mCallLogManager.onCallStateChanged(fakeCall, CallState.DIALING, CallState.ABORTED); in testDontLogCancelledCall() 292 mCallLogManager.onCallStateChanged(fakeCall, CallState.SELECT_PHONE_ACCOUNT, in testDontLogChoosingAccountCall() 343 mCallLogManager.onCallStateChanged(fakeCall1, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogUnloggableNumbers() 344 mCallLogManager.onCallStateChanged(fakeCall2, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogUnloggableNumbers() 373 mCallLogManager.onCallStateChanged(fakeCall, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogCallsFromEmergencyAccount() 395 mCallLogManager.onCallStateChanged(fakeOutgoingCall, CallState.ACTIVE, in testLogCallDirectionOutgoing() 421 mCallLogManager.onCallStateChanged(fakeIncomingCall, CallState.ACTIVE, in testLogCallDirectionIncoming() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 461 private final CallLogManager mCallLogManager; field in CallsManager 713 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier, in CallsManager() 738 mListeners.add(mCallLogManager); in CallsManager() 1097 mCallLogManager.logCall(incomingCall, Calls.BLOCKED_TYPE, in onCallFilteringComplete() 1496 if (mCallLogManager != null) { in setAnomalyReporterAdapter() 1497 mCallLogManager.setAnomalyReporterAdapter(anomalyReporterAdapter); in setAnomalyReporterAdapter() 1731 mCallLogManager.logCall(call, Calls.MISSED_TYPE, in processIncomingCallIntent() 1744 mCallLogManager.logCall(call, Calls.MISSED_TYPE, in processIncomingCallIntent() 4084 mCallLogManager.logCall(call, Calls.MISSED_TYPE, true, null); 4609 mCallLogManager.logCall(incomingCall, Calls.MISSED_TYPE,
|