/frameworks/base/services/people/java/com/android/server/people/data/ |
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 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 …]
|
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()
|
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()
|
D | UserData.java | 61 UserData(@UserIdInt int userId, @NonNull ScheduledExecutorService scheduledExecutorService) { in UserData() argument 64 mScheduledExecutorService = scheduledExecutorService; in UserData()
|
D | EventStore.java | 72 @NonNull ScheduledExecutorService scheduledExecutorService) { in EventStore() argument 86 mScheduledExecutorService = scheduledExecutorService; in EventStore()
|
D | AbstractProtoDiskReadWriter.java | 82 @NonNull ScheduledExecutorService scheduledExecutorService) { in AbstractProtoDiskReadWriter() argument 84 mScheduledExecutorService = scheduledExecutorService; in AbstractProtoDiskReadWriter()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | UsageStatsQueryHelperTest.java | 90 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/ |
D | SettingsJankMonitor.kt | 32 private val scheduledExecutorService = Executors.newSingleThreadScheduledExecutor() constant 72 scheduledExecutorService.schedule({ in detectToggleJank()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | SoftwareTrustedHotwordDetectorSession.java | 76 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in SoftwareTrustedHotwordDetectorSession() argument 79 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in SoftwareTrustedHotwordDetectorSession()
|
D | VisualQueryDetectorSession.java | 85 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in VisualQueryDetectorSession() argument 88 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in VisualQueryDetectorSession()
|
D | DspTrustedHotwordDetectorSession.java | 89 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DspTrustedHotwordDetectorSession() argument 92 voiceInteractionServiceUid, voiceInteractorIdentity, scheduledExecutorService, in DspTrustedHotwordDetectorSession()
|
D | DetectorSession.java | 227 @NonNull ScheduledExecutorService scheduledExecutorService, boolean logging, in DetectorSession() argument 248 mScheduledExecutorService = scheduledExecutorService; in DetectorSession()
|