Home
last modified time | relevance | path

Searched defs:mExecutorService (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DUiOffloadThread.java34 private final ExecutorService mExecutorService = Executors.newSingleThreadExecutor(); field in UiOffloadThread
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DParallelPackageParser.java55 private final ExecutorService mExecutorService; field in ParallelPackageParser
H A DInitAppsHelper.java76 private final ExecutorService mExecutorService; field in InitAppsHelper
260 mScanFlags | SCAN_REQUIRE_KNOWN, packageParser, mExecutorService, null); in initNonSystemApps() local
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DHotwordAudioStreamCopier.java77 private final ExecutorService mExecutorService = Executors.newCachedThreadPool(); field in HotwordAudioStreamCopier
180 private final ExecutorService mExecutorService = Executors.newCachedThreadPool(); field in HotwordAudioStreamCopier.HotwordDetectedResultCopyTask
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DProcessRecordTests.java62 private ExecutorService mExecutorService; field in ProcessRecordTests
/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DHibernationStateDiskStore.java53 private final ScheduledExecutorService mExecutorService; field in HibernationStateDiskStore
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java59 final ExecutorService mExecutorService = Executors.newCachedThreadPool(); field in MusicRecognitionManagerService
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryExternalStatsWorker.java89 private final ScheduledExecutorService mExecutorService = field in BatteryExternalStatsWorker
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DIntentForwarderActivity.java110 protected ExecutorService mExecutorService; field in IntentForwarderActivity
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java111 private final ScheduledExecutorService mExecutorService; field in RecoverableKeyStoreManager
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java174 @Mock private ScheduledExecutorService mExecutorService; field in RecoverableKeyStoreManagerTest
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
H A DDataManagerTest.java180 private ScheduledExecutorService mExecutorService; field in DataManagerTest