Home
last modified time | relevance | path

Searched refs:getMainExecutor (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/
DTestableDeviceConfigTest.java106 ActivityThread.currentApplication().getMainExecutor(), changeListener); in testListener()
/frameworks/base/core/tests/coretests/src/android/provider/
DDeviceConfigTest.java386 ActivityThread.currentApplication().getMainExecutor(), changeListener); in testOnPropertiesChangedListener()
410 ActivityThread.currentApplication().getMainExecutor(), changeListener); in testOnPropertyChangedListener()
/frameworks/base/media/apex/java/android/media/
DMediaController2.java113 mCallbackExecutor = (executor == null) ? context.getMainExecutor() : executor; in MediaController2()
496 mCallbackExecutor = mContext.getMainExecutor(); in build()
DMediaSession2.java594 mCallbackExecutor = mContext.getMainExecutor(); in build()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRegionSamplingHelper.java86 sampledView.getContext().getMainExecutor()) { in RegionSamplingHelper()
DNavBarTintController.java70 navigationBarView.getContext().getMainExecutor()) { in NavBarTintController()
DEdgeBackGestureHandler.java164 mMainExecutor = context.getMainExecutor(); in EdgeBackGestureHandler()
/frameworks/base/core/java/android/view/textclassifier/
DTextClassificationManager.java311 ActivityThread.currentApplication().getMainExecutor(), in SettingsObserver()
/frameworks/base/services/core/java/com/android/server/telecom/
DTelecomLoaderService.java221 roleManager.addOnRoleHoldersChangedListenerAsUser(mContext.getMainExecutor(), in registerDefaultAppNotifier()
/frameworks/base/services/core/java/com/android/server/gpu/
DGpuService.java146 mContext.getMainExecutor(), this); in DeviceConfigListener()
/frameworks/opt/net/ims/src/java/com/android/ims/
DMmTelFeatureConnection.java445 mContext.getMainExecutor().execute(this::onRemovedOrDied);
577 mExecutor = context.getMainExecutor(); in MmTelFeatureConnection()
/frameworks/base/core/java/android/os/
DIncidentManager.java448 mContext.getMainExecutor(), listener); in requestAuthorization()
DPowerManager.java1825 this.addThermalStatusListener(mContext.getMainExecutor(), listener); in addThermalStatusListener()
/frameworks/base/core/java/android/content/
DContextWrapper.java112 public Executor getMainExecutor() { in getMainExecutor() method in ContextWrapper
113 return mBase.getMainExecutor(); in getMainExecutor()
DContext.java541 public Executor getMainExecutor() { in getMainExecutor() method in Context
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerConstants.java352 ActivityThread.currentApplication().getMainExecutor(), in start()
DAppCompactor.java236 ActivityThread.currentApplication().getMainExecutor(), mOnFlagsChangedListener); in init()
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java90 public Executor getMainExecutor() { in getMainExecutor() method in MockContext
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java202 mContext.getMainExecutor(), in NotificationMediaManager()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java211 new RoleObserver(mContext.getMainExecutor()); in VoiceInteractionManagerServiceStub()
1447 context.getMainExecutor(), successful -> {
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java136 ActivityThread.currentApplication().getMainExecutor(), in ContentCaptureManagerService()
/frameworks/base/services/core/java/com/android/server/
DPackageWatchdog.java708 mContext.getMainExecutor(), in setPropertyChangedListenerLocked()
/frameworks/base/wifi/java/android/net/wifi/
DRttManager.java973 mContext.getMainExecutor(), in startRanging()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java197 ActivityThread.currentApplication().getMainExecutor(), in AutofillManagerService()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java389 mPermissionControllerManager.getRuntimePermissionBackup(user, mContext.getMainExecutor(), in backupRuntimePermissions()
434 mContext.getMainExecutor(), (hasMoreBackup) -> { in restoreDelayedRuntimePermissions()

12