Searched refs:isBuilt (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/calllog/ |
D | RefreshAnnotatedCallLogWorker.java | 151 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 …]
|
D | CallLogCacheUpdater.java | 81 callLogState.isBuilt(), in updateCache() 82 isBuilt -> { in updateCache() 83 if (!isBuilt) { in updateCache()
|
D | CallLogState.java | 72 public ListenableFuture<Boolean> isBuilt() { in isBuilt() method in CallLogState
|
/packages/apps/Dialer/java/com/android/dialer/phonelookup/composite/ |
D | CompositePhoneLookup.java | 175 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/ |
D | SuggestionListBuilder.java | 31 private boolean isBuilt; field in SuggestionListBuilder 38 if (isBuilt) { in addSuggestions() 45 isBuilt = true; in build()
|
/packages/apps/TV/libs/m2/ |
D | protobuf-java-3.7.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |