Searched refs:shouldLogDisconnectedCall (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallLogManagerTest.java | 1082 assertFalse(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testDoNotLogConferenceWithNoChildren() 1107 assertFalse(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testDoNotLogCallExtra() 1132 assertTrue(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testIgnoresDoNotLogCallExtra_whenFlagDisabled() 1154 assertFalse(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testDoNotLogConferenceWithChildren() 1177 assertTrue(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testLogRemotelyHostedConferenceWithChildren() 1200 assertTrue(mCallLogManager.shouldLogDisconnectedCall(fakeCall, CallState.DISCONNECTED, in testLogRemotelyHostedConferenceWithNoChildren() 1240 assertFalse(mCallLogManager.shouldLogDisconnectedCall(fakeChild, CallState.DISCONNECTED, in testDoNotLogChildOfRemotelyHostedConference()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 155 if (shouldLogDisconnectedCall(call, oldState, isCallCanceled)) { in onCallStateChanged() 189 public boolean shouldLogDisconnectedCall(Call call, int oldState, boolean isCallCanceled) { in shouldLogDisconnectedCall() method in CallLogManager
|