Searched refs:isLogged (Results 1 – 2 of 2) sorted by relevance
293 if (call.getLogState() != null && !call.getLogState().isLogged) { in onCallRemoved()295 call.getLogState().isLogged = true; in onCallRemoved()339 if (call.getLogState() != null && !call.getLogState().isLogged) { in onInternalCallMadeExternal()341 call.getLogState().isLogged = true; in onInternalCallMadeExternal()
1412 public boolean isLogged = false; field in DialerCall.LogState