Searched refs:mCallLogManager (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallLogManagerTest.java | 87 private CallLogManager mCallLogManager; field in CallLogManagerTest 125 mCallLogManager = new CallLogManager(mContext, mMockPhoneAccountRegistrar, in setUp() 199 mCallLogManager.onCallStateChanged(fakeCall, CallState.DIALING, CallState.DISCONNECTED); in testDontLogCancelledCall() 201 mCallLogManager.onCallStateChanged(fakeCall, CallState.DIALING, CallState.ABORTED); in testDontLogCancelledCall() 223 mCallLogManager.onCallStateChanged(fakeCall, CallState.SELECT_PHONE_ACCOUNT, in testDontLogChoosingAccountCall() 274 mCallLogManager.onCallStateChanged(fakeCall1, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogUnloggableNumbers() 275 mCallLogManager.onCallStateChanged(fakeCall2, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogUnloggableNumbers() 304 mCallLogManager.onCallStateChanged(fakeCall, CallState.ACTIVE, CallState.DISCONNECTED); in testDontLogCallsFromEmergencyAccount() 326 mCallLogManager.onCallStateChanged(fakeOutgoingCall, CallState.ACTIVE, in testLogCallDirectionOutgoing() 351 mCallLogManager.onCallStateChanged(fakeIncomingCall, CallState.ACTIVE, in testLogCallDirectionIncoming() [all …]
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallsManager.java | 346 private final CallLogManager mCallLogManager; field in CallsManager 556 mCallLogManager = new CallLogManager(context, phoneAccountRegistrar, mMissedCallNotifier); in CallsManager() 566 mListeners.add(mCallLogManager); in CallsManager() 791 mCallLogManager.logCall(incomingCall, Calls.BLOCKED_TYPE, in onCallFilteringComplete() 1316 mCallLogManager.logCall(call, Calls.MISSED_TYPE, in processIncomingCallIntent() 3411 mCallLogManager.logCall(incomingCall, Calls.MISSED_TYPE,
|