Searched refs:isLogged (Results 1 – 3 of 3) 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
139 fun setCreationLogged(isLogged: Boolean) { in <lambda>()140 viewModel.creationLogged = isLogged in <lambda>()