HomeSort by relevance Sort by last modified time
    Searched refs:CallLogState (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/calllog/
CallLogState.java 31 public final class CallLogState {
40 public CallLogState(
RefreshAnnotatedCallLogWorker.java 55 private final CallLogState callLogState;
69 CallLogState callLogState,
77 this.callLogState = callLogState;
147 callLogState.isBuilt(), this::rebuild, MoreExecutors.directExecutor());
234 callLogState.markBuilt();
  /packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/
CompositePhoneLookup.java 23 import com.android.dialer.calllog.CallLogState;
57 private final CallLogState callLogState;
65 CallLogState callLogState,
69 this.callLogState = callLogState;
142 callLogState.isBuilt(),
198 callLogState.isBuilt(),

Completed in 855 milliseconds