Home
last modified time | relevance | path

Searched defs:backgroundExecutor (Results 1 – 7 of 7) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/populator/
DSharedPreferencesManifestFileMetadata.java38 private final Executor backgroundExecutor; field in SharedPreferencesManifestFileMetadata
44 Supplier<SharedPreferences> sharedPrefs, Executor backgroundExecutor) { in create()
49 Context context, Optional<String> instanceIdOptional, Executor backgroundExecutor) { in createFromContext()
60 Supplier<SharedPreferences> sharedPrefs, Executor backgroundExecutor) { in SharedPreferencesManifestFileMetadata()
DManifestConfigFileParser.java43 private final Executor backgroundExecutor; field in ManifestConfigFileParser
45 … public ManifestConfigFileParser(SynchronousFileStorage fileStorage, Executor backgroundExecutor) { in ManifestConfigFileParser()
59 backgroundExecutor); in parse() field in ManifestConfigFileParser
DManifestFileGroupPopulator.java129 private Executor backgroundExecutor; field in ManifestFileGroupPopulator.Builder
218 public Builder setBackgroundExecutor(Executor backgroundExecutor) { in setBackgroundExecutor()
296 private final Executor backgroundExecutor; field in ManifestFileGroupPopulator
349 backgroundExecutor); in refreshFileGroups() field in ManifestFileGroupPopulator
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
DSharedPreferencesLoggingState.java67 private final Executor backgroundExecutor; field in SharedPreferencesLoggingState
86 Executor backgroundExecutor, in create()
97 Executor backgroundExecutor, in createFromContext()
112 Executor backgroundExecutor, in SharedPreferencesLoggingState()
213 backgroundExecutor); in getAndResetDaysSinceLastMaintenance() field in SharedPreferencesLoggingState
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/integration/downloader/
DSharedPreferencesDownloadMetadata.java32 private final ListeningExecutorService backgroundExecutor; field in SharedPreferencesDownloadMetadata
35 SharedPreferences sharedPrefs, ListeningExecutorService backgroundExecutor) { in SharedPreferencesDownloadMetadata()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTraceTest.java293 ExecutorService backgroundExecutor = Executors.newSingleThreadExecutor(); in traceFromIndependentThreads() local
325 ExecutorService backgroundExecutor = Executors.newSingleThreadExecutor(); in beginAsyncSection_multipleThreads_stateIsShared() local
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/testing/
DMddTestDependencies.java157 Executor backgroundExecutor, in loggingStateStore()