/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | EventHistoryImpl.java | 71 @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 D | PackageData.java | 63 @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 D | ConversationStore.java | 83 @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 D | UserData.java | 61 UserData(@UserIdInt int userId, @NonNull ScheduledExecutorService scheduledExecutorService) { in UserData() argument 64 mScheduledExecutorService = scheduledExecutorService; in UserData()
|
H A D | EventStore.java | 72 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventStore() argument 86 mScheduledExecutorService = scheduledExecutorService; in EventStore()
|
H A D | AbstractProtoDiskReadWriter.java | 82 @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 D | UsageStatsQueryHelperTest.java | 93 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 D | SettingsJankMonitor.kt | 32 private val scheduledExecutorService = Executors.newSingleThreadScheduledExecutor() regex 69 scheduledExecutorService.schedule({
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
H A D | VisualQueryDetectorSession.java | 68 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in VisualQueryDetectorSession() argument 71 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in VisualQueryDetectorSession()
|
H A D | SoftwareTrustedHotwordDetectorSession.java | 76 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in SoftwareTrustedHotwordDetectorSession() argument 79 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in SoftwareTrustedHotwordDetectorSession()
|
H A D | DspTrustedHotwordDetectorSession.java | 89 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DspTrustedHotwordDetectorSession() argument 92 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in DspTrustedHotwordDetectorSession()
|
H A D | DetectorSession.java | 211 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DetectorSession() argument 231 mScheduledExecutorService = scheduledExecutorService; in DetectorSession()
|