Home
last modified time | relevance | path

Searched refs:isBuilt (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/
DRefreshAnnotatedCallLogWorker.java151 callLogState.isBuilt(), this::rebuild, MoreExecutors.directExecutor()); in checkDirtyAndRebuildIfNecessary()
173 private ListenableFuture<RefreshResult> rebuild(boolean isBuilt) { in rebuild() argument
179 String systemEventName = eventNameForFill(systemCallLogDataSource, isBuilt); in rebuild()
191 String eventName = eventNameForFill(dataSource, isBuilt); in rebuild()
198 futureTimer.applyTiming(fillFuture, eventNameForOverallFill(isBuilt)); in rebuild()
208 futureTimer.applyTiming(mutationApplierFuture, eventNameForApplyMutations(isBuilt)); in rebuild()
231 String eventName = eventNameForOnSuccessfulFill(dataSource, isBuilt); in rebuild()
235 futureTimer.applyTiming(allFutures, eventNameForOverallOnSuccessfulFill(isBuilt)); in rebuild()
253 private static String eventNameForFill(CallLogDataSource dataSource, boolean isBuilt) {
255 !isBuilt ? Metrics.INITIAL_FILL_TEMPLATE : Metrics.FILL_TEMPLATE,
[all …]
DCallLogCacheUpdater.java81 callLogState.isBuilt(), in updateCache()
82 isBuilt -> { in updateCache()
83 if (!isBuilt) { in updateCache()
DCallLogState.java72 public ListenableFuture<Boolean> isBuilt() { in isBuilt() method in CallLogState
/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/
DCompositePhoneLookup.java175 callLogState.isBuilt(), in getMostRecentInfo()
176 isBuilt -> { in getMostRecentInfo()
177 Preconditions.checkNotNull(isBuilt); in getMostRecentInfo()
180 futures.add(buildSubmapAndGetMostRecentInfo(existingInfoMap, phoneLookup, isBuilt)); in getMostRecentInfo()
207 String eventName = getMostRecentInfoEventName(getLoggingName(), isBuilt); in getMostRecentInfo()
217 boolean isBuilt) {
225 String eventName = getMostRecentInfoEventName(phoneLookup.getLoggingName(), isBuilt);
233 callLogState.isBuilt(),
234 isBuilt -> {
235 Preconditions.checkNotNull(isBuilt);
[all …]
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
DSuggestionListBuilder.java31 private boolean isBuilt; field in SuggestionListBuilder
38 if (isBuilt) { in addSuggestions()
45 isBuilt = true; in build()
/packages/apps/TV/libs/m2/
Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...