Home
last modified time | relevance | path

Searched refs:mMainExecutor (Results 1 – 14 of 14) 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/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/
DUserSwitchTransitionViewController.java66 private final DelayableExecutor mMainExecutor; field in UserSwitchTransitionViewController
110 mMainExecutor = delayableExecutor; in UserSwitchTransitionViewController()
136 mMainExecutor.execute(() -> { in handleShow()
152 mCancelRunnable = mMainExecutor.executeDelayed(mWindowShownTimeoutCallback, in handleShow()
171 mMainExecutor.execute(() -> { in handleSwitching()
194 mMainExecutor.execute(() -> { in handleHide()
292 mKeyguardManager.addKeyguardLockedStateListener(mMainExecutor, keyguardLockedStateListener); in setupKeyguardShownTimeout()
301 cancelKeyguardTimeout.set(mMainExecutor.executeDelayed(keyguardTimeoutRunnable, in setupKeyguardShownTimeout()
/packages/modules/Connectivity/thread/demoapp/java/com/android/threadnetwork/demoapp/
DThreadNetworkSettingsFragment.java62 private Executor mMainExecutor; field in ThreadNetworkSettingsFragment
128 mMainExecutor = ContextCompat.getMainExecutor(getActivity()); in onViewCreated()
134 mMainExecutor, in onViewCreated()
149 mMainExecutor, in onViewCreated()
177 mMainExecutor, in doJoin()
193 mMainExecutor, in doLeave()
220 mMainExecutor, in doMigration()
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/keyguard/
DCarKeyguardViewController.java88 private final DelayableExecutor mMainExecutor; field in CarKeyguardViewController
176 mMainExecutor = mainExecutor; in CarKeyguardViewController()
266 mMainExecutor.execute(mViewMediatorCallback::keyguardGone); in hide()
274 mMainExecutor.execute(() -> { in reset()
485 mMainExecutor.executeDelayed(this::revealKeyguardIfBouncerPrepared, in revealKeyguardIfBouncerPrepared()
489 mMainExecutor.execute(revealKeyguard); in revealKeyguardIfBouncerPrepared()
507 mMainExecutor.execute(() -> { in resetBouncer()
557 mMainExecutor.executeDelayed(new Runnable() { in makeOverlayToast()
/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()
/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/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/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/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/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.java137 return mMainExecutor; in getMainExecutor()
619 private final Executor mMainExecutor = mock(Executor.class);