Searched refs:isLogged (Results 1 – 2 of 2) sorted by relevance
280 if (call.getLogState() != null && !call.getLogState().isLogged) { in onCallRemoved()282 call.getLogState().isLogged = true; in onCallRemoved()326 if (call.getLogState() != null && !call.getLogState().isLogged) { in onInternalCallMadeExternal()328 call.getLogState().isLogged = true; in onInternalCallMadeExternal()
1815 public boolean isLogged = false; field in DialerCall.LogState