/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/userswitcher/ |
D | UserSwitchTransitionViewController.java | 66 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/ |
D | ThreadNetworkSettingsFragment.java | 62 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()
|
D | ConnectivityToolsFragment.java | 79 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/ |
D | CarKeyguardViewController.java | 88 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/ |
D | CarFullScreenTouchHandler.java | 35 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/ |
D | HibernatedAppsPreferenceController.java | 55 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/ |
D | CarTaskViewControllerSupervisor.java | 52 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/ |
D | ContrastSelectorPreferenceController.java | 54 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/ |
D | ClusterDisplayController.java | 55 private final Executor mMainExecutor; field in ClusterDisplayController 67 mMainExecutor = mainExecutor; in ClusterDisplayController() 90 mClusterHomeManager.registerClusterStateListener(mMainExecutor,
|
/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/ |
D | WfcWebPortalFragment.java | 146 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/ |
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 | 137 return mMainExecutor; in getMainExecutor() 619 private final Executor mMainExecutor = mock(Executor.class);
|