Searched refs:isLoggedSelfManaged (Results 1 – 3 of 3) sorted by relevance
190 boolean shouldCallSelfManagedLogged = call.isLoggedSelfManaged() in shouldLogDisconnectedCall()
1913 public boolean isLoggedSelfManaged() { in isLoggedSelfManaged() method in Call
949 when(fakeMissedCall.isLoggedSelfManaged()).thenReturn(true); in testLogMissedSelfManaged()