/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | PictureCallbackAdapter.java | 35 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() {
|
D | PictureTakerImpl.java | 34 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/keyguard/ |
D | CarKeyguardViewController.java | 59 private final DelayableExecutor mMainExecutor; field in CarKeyguardViewController 104 mMainExecutor = mainExecutor; in CarKeyguardViewController() 167 mMainExecutor.execute(mViewMediatorCallback::keyguardGone); in hide() 173 mMainExecutor.execute(() -> { in reset() 379 mMainExecutor.executeDelayed(this::revealKeyguardIfBouncerPrepared, in revealKeyguardIfBouncerPrepared() 383 mMainExecutor.execute(revealKeyguard); in revealKeyguardIfBouncerPrepared() 394 mMainExecutor.execute(() -> { in resetBouncer()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/userswitcher/ |
D | UserSwitchTransitionViewController.java | 58 private final DelayableExecutor mMainExecutor; field in UserSwitchTransitionViewController 89 mMainExecutor = delayableExecutor; in UserSwitchTransitionViewController() 107 mMainExecutor.execute(() -> { in handleShow() 123 mCancelRunnable = mMainExecutor.executeDelayed(mWindowShownTimeoutCallback, in handleShow() 130 mMainExecutor.execute(() -> { in handleHide()
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | WfcWebPortalFragment.java | 143 private final Executor mMainExecutor; field in WfcWebPortalFragment.JsInterface 147 mMainExecutor = activity.getMainExecutor(); in JsInterface() 158 mMainExecutor.execute(() -> mUi.getController().finishFlow()); in entitlementChanged()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/cluster/ |
D | ClusterDisplayController.java | 54 private final Executor mMainExecutor; field in ClusterDisplayController 67 mMainExecutor = mainExecutor; in ClusterDisplayController() 89 mClusterHomeManager.registerClusterHomeCallback(mMainExecutor, mClusterHomeCallback);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | HibernatedAppsPreferenceController.java | 66 private final Executor mMainExecutor; field in HibernatedAppsPreferenceController 78 mMainExecutor = mainExecutor; in HibernatedAppsPreferenceController() 117 mMainExecutor.execute(() -> { in updatePreference()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
D | GenericOneCameraImpl.java | 60 private final Executor mMainExecutor; field in GenericOneCameraImpl 77 mMainExecutor = mainExecutor; in GenericOneCameraImpl()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ComponentContextFixture.java | 122 return mMainExecutor; in getMainExecutor() 514 private final Executor mMainExecutor = mock(Executor.class);
|