Home
last modified time | relevance | path

Searched refs:mMainExecutor (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/photo/
DPictureCallbackAdapter.java35 private final Executor mMainExecutor; field in PictureCallbackAdapter
40 mMainExecutor = mainExecutor; in PictureCallbackAdapter()
47 mMainExecutor.execute(new Runnable() { in provideQuickExposeUpdatable()
60 mMainExecutor.execute(new Runnable() {
73 mMainExecutor.execute(new Runnable() {
86 mMainExecutor.execute(new Runnable() {
100 mMainExecutor.execute(new Runnable() {
114 mMainExecutor.execute(new Runnable() {
DPictureTakerImpl.java34 private final MainThread mMainExecutor; field in PictureTakerImpl
41 mMainExecutor = mainExecutor; in PictureTakerImpl()
86 new PictureCallbackAdapter(pictureCallback, mMainExecutor); in takePicture()
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DThreadNetworkSettingsFragment.java70 private Executor mMainExecutor; field in ThreadNetworkSettingsFragment
158 mMainExecutor = ContextCompat.getMainExecutor(getActivity()); in onViewCreated()
164 mMainExecutor, in onViewCreated()
188 mMainExecutor, in onViewCreated()
194 mMainExecutor, this::updateConfiguration); in onViewCreated()
227 mMainExecutor, in doJoin()
243 mMainExecutor, in doLeave()
270 mMainExecutor, in doMigration()
290 mMainExecutor, in doActivateEphemeralKeyMode()
306 mMainExecutor, in doDeactivateEphemeralKeyMode()
[all …]
DConnectivityToolsFragment.java79 private Executor mMainExecutor; field in ConnectivityToolsFragment
133 mMainExecutor = ContextCompat.getMainExecutor(getActivity()); in onViewCreated()
174 mMainExecutor); in onViewCreated()
248 mMainExecutor); in onViewCreated()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java66 private final DelayableExecutor mMainExecutor; field in UserSwitchTransitionViewController
111 mMainExecutor = delayableExecutor; in UserSwitchTransitionViewController()
138 mMainExecutor.execute(() -> { in handleShow()
154 mCancelRunnable = mMainExecutor.executeDelayed(mWindowShownTimeoutCallback, in handleShow()
173 mMainExecutor.execute(() -> { in handleSwitching()
196 mMainExecutor.execute(() -> { in handleHide()
294 mKeyguardManager.addKeyguardLockedStateListener(mMainExecutor, keyguardLockedStateListener); in setupKeyguardShownTimeout()
303 cancelKeyguardTimeout.set(mMainExecutor.executeDelayed(keyguardTimeoutRunnable, in setupKeyguardShownTimeout()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarFullScreenTouchHandler.java35 private final ShellExecutor mMainExecutor; field in CarFullScreenTouchHandler
42 mMainExecutor = mainExecutor; in CarFullScreenTouchHandler()
84 mMainExecutor.executeBlocking(() -> { in createInputChannel()
DCarDisplayAreaTouchHandler.java41 private final ShellExecutor mMainExecutor; field in CarDisplayAreaTouchHandler
57 mMainExecutor = mainExecutor; in CarDisplayAreaTouchHandler()
173 mMainExecutor.executeBlocking(() -> { in updateIsEnabled()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewController.java93 private final DelayableExecutor mMainExecutor; field in CarKeyguardViewController
189 mMainExecutor = mainExecutor; in CarKeyguardViewController()
307 mMainExecutor.execute(mViewMediatorCallback::keyguardGone); in hide()
315 mMainExecutor.execute(() -> { in reset()
548 mMainExecutor.executeDelayed(this::revealKeyguardIfBouncerPrepared, in revealKeyguardIfBouncerPrepared()
552 mMainExecutor.execute(revealKeyguard); in revealKeyguardIfBouncerPrepared()
570 mMainExecutor.execute(() -> { in resetBouncer()
620 mMainExecutor.executeDelayed(new Runnable() { in makeOverlayToast()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DUserNameImageViewController.java43 private final Executor mMainExecutor; field in UserNameImageViewController
67 mMainExecutor = mainExecutor; in UserNameImageViewController()
102 mUserTracker.addCallback(mUserChangedCallback, mMainExecutor); in registerForUserChangeEvents()
DUserNameTextViewController.java46 private final Executor mMainExecutor; field in UserNameTextViewController
74 mMainExecutor = mainExecutor; in UserNameTextViewController()
109 mUserTracker.addCallback(mUserChangedCallback, mMainExecutor); in registerForUserChangeEvents()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/scalableui/panel/
DDecorPanel.java46 private final ShellExecutor mMainExecutor; field in DecorPanel
60 mMainExecutor = mainExecutor; in DecorPanel()
94 mMainExecutor.execute(() -> { in reset()
/packages/services/Car/car-lib/src/android/car/app/
DCarTaskViewControllerSupervisor.java52 private final Executor mMainExecutor; field in CarTaskViewControllerSupervisor
62 mMainExecutor.execute(() -> onSystemUIProxyDisconnected());
109 mMainExecutor = mainExecutor; in CarTaskViewControllerSupervisor()
167 mMainExecutor.execute(() -> onSystemUIProxyConnected(carSystemUIProxy)); in createCarTaskViewController()
/packages/apps/Settings/src/com/android/settings/applications/
DHibernatedAppsPreferenceController.java55 private final Executor mMainExecutor; field in HibernatedAppsPreferenceController
65 mMainExecutor = mainExecutor; in HibernatedAppsPreferenceController()
112 permController.getUnusedAppCount(mMainExecutor, unusedCount -> { in updatePreference()
/packages/apps/Settings/src/com/android/settings/display/
DContrastSelectorPreferenceController.java54 private final Executor mMainExecutor; field in ContrastSelectorPreferenceController
62 mMainExecutor = mContext.getMainExecutor(); in ContrastSelectorPreferenceController()
104 mUiModeManager.addContrastChangeListener(mMainExecutor, this); in onStart()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/users/
DCarProfileIconUpdater.java49 private final Executor mMainExecutor; field in CarProfileIconUpdater
81 mMainExecutor = mainExecutor; in CarProfileIconUpdater()
131 mUserTracker.addCallback(mUserChangedCallback, mMainExecutor); in registerForUserChangeEvents()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/cluster/
DClusterDisplayController.java55 private final Executor mMainExecutor; field in ClusterDisplayController
67 mMainExecutor = mainExecutor; in ClusterDisplayController()
90 mClusterHomeManager.registerClusterStateListener(mMainExecutor,
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcWebPortalFragment.java146 private final Executor mMainExecutor; field in WfcWebPortalFragment.JsInterface
150 mMainExecutor = activity.getMainExecutor(); in JsInterface()
161 mMainExecutor.execute(() -> mUi.getController().finishFlow()); in entitlementChanged()
/packages/apps/Car/SystemUI/tests/utils/src/com/android/systemui/
DCarSysuiTestCase.java72 private Singleton<Executor> mMainExecutor = new Singleton<>() { in getTestableContextBase() local
81 return mMainExecutor.get(); in getTestableContextBase()
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DGenericOneCameraImpl.java60 private final Executor mMainExecutor; field in GenericOneCameraImpl
77 mMainExecutor = mainExecutor; in GenericOneCameraImpl()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DComponentContextFixture.java138 return mMainExecutor; in getMainExecutor()
626 private final Executor mMainExecutor = mock(Executor.class);