Home
last modified time | relevance | path

Searched refs:isDirtyFuture (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
DRefreshAnnotatedCallLogWorker.java132 ListenableFuture<Boolean> isDirtyFuture = in checkDirtyAndRebuildIfNecessary() local
143 isDirtyFuture, in checkDirtyAndRebuildIfNecessary()
167 ListenableFuture<Boolean> isDirtyFuture = in isDirty() local
169 futureTimer.applyTiming(isDirtyFuture, Metrics.IS_DIRTY_EVENT_NAME, LogCatMode.LOG_VALUES); in isDirty()
170 return isDirtyFuture; in isDirty()
/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/
DCompositePhoneLookup.java151 ListenableFuture<Boolean> isDirtyFuture = phoneLookup.isDirty(phoneNumbers); in isDirty() local
152 futures.add(isDirtyFuture); in isDirty()
154 futureTimer.applyTiming(isDirtyFuture, eventName, LogCatMode.LOG_VALUES); in isDirty()