Home
last modified time | relevance | path

Searched refs:scheduledExecutorService (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DEventHistoryImpl.java71 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventHistoryImpl() argument
72 this(new Injector(), rootDir, scheduledExecutorService); in EventHistoryImpl()
77 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventHistoryImpl() argument
79 mScheduledExecutorService = scheduledExecutorService; in EventHistoryImpl()
88 scheduledExecutorService); in EventHistoryImpl()
94 ScheduledExecutorService scheduledExecutorService) { in eventHistoriesImplFromDisk() argument
112 scheduledExecutorService); in eventHistoriesImplFromDisk()
237 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventsProtoDiskReadWriter() argument
238 super(rootDir, scheduledExecutorService); in EventsProtoDiskReadWriter()
310 @NonNull ScheduledExecutorService scheduledExecutorService) {
[all …]
H A DPackageData.java63 @NonNull ScheduledExecutorService scheduledExecutorService, in PackageData() argument
71 mConversationStore = new ConversationStore(mPackageDataDir, scheduledExecutorService); in PackageData()
72 mEventStore = new EventStore(mPackageDataDir, scheduledExecutorService); in PackageData()
86 @NonNull ScheduledExecutorService scheduledExecutorService, in packagesDataFromDisk() argument
95 isDefaultDialerPredicate, isDefaultSmsAppPredicate, scheduledExecutorService, in packagesDataFromDisk()
H A DConversationStore.java83 @NonNull ScheduledExecutorService scheduledExecutorService) { in ConversationStore() argument
84 mScheduledExecutorService = scheduledExecutorService; in ConversationStore()
320 @NonNull ScheduledExecutorService scheduledExecutorService) { in ConversationInfosProtoDiskReadWriter() argument
321 super(rootDir, scheduledExecutorService); in ConversationInfosProtoDiskReadWriter()
H A DUserData.java61 UserData(@UserIdInt int userId, @NonNull ScheduledExecutorService scheduledExecutorService) { in UserData() argument
64 mScheduledExecutorService = scheduledExecutorService; in UserData()
H A DEventStore.java72 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventStore() argument
86 mScheduledExecutorService = scheduledExecutorService; in EventStore()
H A DAbstractProtoDiskReadWriter.java82 @NonNull ScheduledExecutorService scheduledExecutorService) { in AbstractProtoDiskReadWriter() argument
84 mScheduledExecutorService = scheduledExecutorService; in AbstractProtoDiskReadWriter()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DUsageStatsQueryHelperTest.java93 scheduledExecutorService, testDir); in setUp()
336 ScheduledExecutorService scheduledExecutorService) { in TestConversationStore() argument
337 super(packageDir, scheduledExecutorService); in TestConversationStore()
357 scheduledExecutorService, rootDir); in TestPackageData()
359 mEventStore = new TestEventStore(rootDir, scheduledExecutorService); in TestPackageData()
395 TestEventStore(File rootDir, ScheduledExecutorService scheduledExecutorService) { in TestEventStore() argument
396 super(rootDir, scheduledExecutorService); in TestEventStore()
398 scheduledExecutorService); in TestEventStore()
400 scheduledExecutorService); in TestEventStore()
420 ScheduledExecutorService scheduledExecutorService) { in TestEventHistoryImpl() argument
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
H A DSettingsJankMonitor.kt32 private val scheduledExecutorService = Executors.newSingleThreadScheduledExecutor() regex
69 scheduledExecutorService.schedule({
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVisualQueryDetectorSession.java68 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in VisualQueryDetectorSession() argument
71 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in VisualQueryDetectorSession()
H A DSoftwareTrustedHotwordDetectorSession.java76 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in SoftwareTrustedHotwordDetectorSession() argument
79 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in SoftwareTrustedHotwordDetectorSession()
H A DDspTrustedHotwordDetectorSession.java89 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DspTrustedHotwordDetectorSession() argument
92 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in DspTrustedHotwordDetectorSession()
H A DDetectorSession.java211 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DetectorSession() argument
231 mScheduledExecutorService = scheduledExecutorService; in DetectorSession()