Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/data/
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
95 return eventHistoriesImplFromDisk(new Injector(), categoryDir, scheduledExecutorService); in eventHistoriesImplFromDisk()
101 File categoryDir, ScheduledExecutorService scheduledExecutorService) { in eventHistoriesImplFromDisk() argument
112 scheduledExecutorService); in eventHistoriesImplFromDisk()
237 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventsProtoDiskReadWriter() argument
[all …]
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()
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()
DUserData.java61 UserData(@UserIdInt int userId, @NonNull ScheduledExecutorService scheduledExecutorService) { in UserData() argument
64 mScheduledExecutorService = scheduledExecutorService; in UserData()
DEventStore.java72 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventStore() argument
86 mScheduledExecutorService = scheduledExecutorService; in EventStore()
DAbstractProtoDiskReadWriter.java82 @NonNull ScheduledExecutorService scheduledExecutorService) { in AbstractProtoDiskReadWriter() argument
84 mScheduledExecutorService = scheduledExecutorService; in AbstractProtoDiskReadWriter()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DUsageStatsQueryHelperTest.java90 ScheduledExecutorService scheduledExecutorService = new MockScheduledExecutorService(); in setUp() local
93 scheduledExecutorService, testDir); in setUp()
336 ScheduledExecutorService scheduledExecutorService) { in TestConversationStore() argument
337 super(packageDir, scheduledExecutorService); in TestConversationStore()
355 @NonNull ScheduledExecutorService scheduledExecutorService, @NonNull File rootDir) { in TestPackageData() argument
357 scheduledExecutorService, rootDir); in TestPackageData()
358 mConversationStore = new TestConversationStore(rootDir, scheduledExecutorService); 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()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/instrumentation/
DSettingsJankMonitor.kt32 private val scheduledExecutorService = Executors.newSingleThreadScheduledExecutor() constant
72 scheduledExecutorService.schedule({ in detectToggleJank()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DSoftwareTrustedHotwordDetectorSession.java76 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in SoftwareTrustedHotwordDetectorSession() argument
79 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in SoftwareTrustedHotwordDetectorSession()
DVisualQueryDetectorSession.java85 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in VisualQueryDetectorSession() argument
88 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in VisualQueryDetectorSession()
DDspTrustedHotwordDetectorSession.java89 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DspTrustedHotwordDetectorSession() argument
92 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in DspTrustedHotwordDetectorSession()
DDetectorSession.java227 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DetectorSession() argument
248 mScheduledExecutorService = scheduledExecutorService; in DetectorSession()