Home
last modified time | relevance | path

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

1234

/packages/services/Car/tests/CarSecurityPermissionTest/src/com/android/car/watchdog/
DCarWatchdogManagerPermissionTest.java77 () -> mCarWatchdogManager.registerClient(mContext.getMainExecutor(), client, in testRegisterClient()
87 mCarWatchdogManager.registerClient(mContext.getMainExecutor(), client, in testUnregisterClient()
116 mCarWatchdogManager.registerClient(mContext.getMainExecutor(), client, in testTellClientAlive()
156 mContext.getMainExecutor(), in testAddResourceOveruseListenerForSystem()
167 mCarWatchdogManager.addResourceOveruseListenerForSystem(mContext.getMainExecutor(), in testRemoveResourceOveruseListenerForSystem()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceController.java230 getContext().getMainExecutor().execute(() -> { in updateBluetoothActionItemAvailability()
240 getContext().getMainExecutor().execute(() -> { in updatePhoneActionItemAvailability()
251 getContext().getMainExecutor().execute(() -> { in updateMediaActionItemAvailability()
261 getContext().getMainExecutor().execute(() -> { in disableAllActionItems()
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
DClusterHomeApplication.java117 mHomeManager.registerClusterHomeCallback(getMainExecutor(),mClusterHomeCalback); in initClusterHome()
124 mHomeManager.registerClusterHomeCallback(getMainExecutor(), mClusterHomeCalback); in initClusterHome()
126 mUserManager.addListener(getMainExecutor(), mUserLifecycleListener); in initClusterHome()
216 getMainExecutor().execute(ClusterHomeApplication.this::handleTaskStackChanged);
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DPrivacyChipViewController.java83 mContext.getMainExecutor().execute(() -> {
241 mContext.getMainExecutor().execute(() -> { in setChipVisibility()
285 mContext.getMainExecutor().execute(() -> { in setUser()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppInitiatorViewModel.java76 WifiManager.EASY_CONNECT_NETWORK_ROLE_STA, getApplication().getMainExecutor(), in startEasyConnectAsConfiguratorInitiator()
84 wifiManager.startEasyConnectAsEnrolleeInitiator(qrCode, getApplication().getMainExecutor(), in startEasyConnectAsEnrolleeInitiator()
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DRcsFeatureController.java186 mContext.getMainExecutor()); in RcsFeatureController()
200 mContext.getMainExecutor()); in RcsFeatureController()
211 mContext.getMainExecutor(), LOG_TAG); in connect()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DManageRoleHolderStateLiveData.java84 Executor executor = context.getMainExecutor(); in setRoleHolderAsUser()
134 Executor executor = context.getMainExecutor(); in clearRoleHoldersAsUser()
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DFileUploadActivity.java185 getMainExecutor()); in initLayout()
220 mProvisioningManager.registerRcsProvisioningCallback(getMainExecutor(), mCallback); in registerProvisioning()
249 NAF_PREFIX + uploadUrl, getMainExecutor())); in initFileTransferController()
DUceActivity.java95 mImsRcsManager.getUceAdapter().requestCapabilities(contactList, getMainExecutor(), in initLayout()
136 getMainExecutor(), new RcsUceAdapter.CapabilitiesCallback() { in initLayout()
/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DSmartForwardingActivity.java125 }, ContextCompat.getMainExecutor(this)); in enableSmartForwarding()
148 }, ContextCompat.getMainExecutor(this)); in disableSmartForwarding()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/
DMobileNetworkPreferenceControllerTest.java122 mContext.getMainExecutor(), mController.mTelephonyCallback); in goThroughLifecycle_isAvailable_shouldListenToServiceChange()
145 mContext.getMainExecutor(), mController.mTelephonyCallback); in serviceStateChange_shouldUpdatePrefSummary()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DNavigationModeSwitchRule.java183 targetContext.getMainExecutor().execute(() ->
187 targetContext.getMainExecutor().execute(() ->
/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
DMicPrivacyChip.java266 getContext().getMainExecutor().execute(() -> { in animateToOrangeCircle()
334 getContext().getMainExecutor().execute(() -> { in reset()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java153 CrossWindowBlurListeners.getInstance().addListener(mLauncher.getMainExecutor(), in ensureDependencies()
164 CrossWindowBlurListeners.getInstance().addListener(mLauncher.getMainExecutor(), in ensureDependencies()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java284 mTelephonyManager.registerTelephonyCallback(mContext.getMainExecutor(), mTelephonyCallback); in onResume()
286 mContext.getMainExecutor(), mOnSubscriptionsChangedListener); in onResume()
719 imsMmTelMgr.registerImsRegistrationCallback(mDialog.getContext().getMainExecutor(), in registerImsRegistrationCallback()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfilesListPreferenceController.java56 getContext().getMainExecutor().execute(() -> getFragmentController().goBack()); in updateState()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkPreferenceCategoryController.java47 context.getMainExecutor()); in NetworkPreferenceCategoryController()
DSignalStrengthListener.java98 mContext.getMainExecutor(), mTelephonyCallbacks.get(subId)); in startListening()
/packages/apps/Settings/src/com/android/settings/privacy/
DSensorToggleController.java43 mCallbackExecutor = context.getMainExecutor(); in SensorToggleController()
DShowClipAccessNotificationPreferenceController.java81 mContext.getMainExecutor(), mDeviceConfigListener); in onStart()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestImsService.java56 getApplicationContext().getMainExecutor()); in onCreate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DDeviceFlag.java80 context.getMainExecutor(), in registerDeviceConfigChangedListener()
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DConfig.java83 ActivityThread.currentApplication().getMainExecutor(), this::onPropertiesChanged); in start()
/packages/apps/Settings/src/com/android/settings/network/telephony/cdma/
DCdmaBasePreferenceController.java79 mContext.getMainExecutor()); in init()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DConferenceProfileViewHolder.java81 }, mContext.getMainExecutor()); in bind()

1234