Searched refs:getLogState (Results 1 – 8 of 8) 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()
838 public LogState getLogState() { in getLogState() method in DialerCall
62 intent.putExtra(EXTRA_CONTACT_LOOKUP_RESULT_TYPE, call.getLogState().contactLookupResult); in createServiceIntent()
140 DialerCall.LogState logState = call.getLogState(); in shouldShowAfterCallNotification()
128 CALL_INFO_CONTACT_LOOKUP_RESULT_TYPE, call.getLogState().contactLookupResult.getNumber()); in newCallInfoBundle()
571 call.getLogState().contactLookupResult = entry.contactLookupResult; in onContactInfoComplete()
269 call.getLogState().contactLookupResult = entry.contactLookupResult; in showNotification()
821 && !call.getLogState().isIncoming in onDisconnect()