Home
last modified time | relevance | path

Searched defs:coroutineScope (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Settings/src/com/android/settings/spa/app/appinfo/
DAppSettingsPreference.kt49 val coroutineScope = rememberCoroutineScope() in AppSettingsPreference() constant
62 private val coroutineScope: CoroutineScope, constant in com.android.settings.spa.app.appinfo.AppSettingsPresenter
DAppCreateButton.kt48 val coroutineScope = rememberCoroutineScope() in createButton() constant
DAppAllServicesPreference.kt52 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
69 private val coroutineScope: CoroutineScope, constant in com.android.settings.spa.app.appinfo.AppAllServicesPresenter
DCloneAppInfoSettings.kt51 val coroutineScope = rememberCoroutineScope() in Page() constant
DAppInstallerInfoPreference.kt51 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
71 private val coroutineScope: CoroutineScope, constant in com.android.settings.spa.app.appinfo.AppInstallerInfoPresenter
DAppDataUsagePreference.kt61 val coroutineScope = rememberCoroutineScope() constant
DAppInfoSettings.kt73 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DAppRestoreButton.kt55 private lateinit var coroutineScope: CoroutineScope in <lambda>() variable
DPackageInfoPresenter.kt64 private val coroutineScope: CoroutineScope, in <lambda>() constant in com.android.settings.spa.app.appinfo.PackageInfoPresenter
/packages/apps/Settings/src/com/android/settings/spa/network/
DMobileDataSwitchingPreference.kt36 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DAutomaticDataSwitchingPreference.kt38 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DSimsSection.kt80 val coroutineScope = rememberCoroutineScope() in SimPreference() constant
DNetworkCellularGroupProvider.kt221 val coroutineScope = rememberCoroutineScope() in MobileDataSectionImpl() constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DAccessibilitySourceService.kt716 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onReceive() constant
733 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onReceive() constant
760 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onReceive() constant
816 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onReceive() constant
906 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onStartJob() constant
959 val coroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()) in onAccessibilityServicesStateChanged() constant
/packages/apps/Settings/src/com/android/settings/network/
DBluetoothWiFiResetPreferenceController.kt57 val coroutineScope = rememberCoroutineScope() in getAvailabilityStatus() constant
/packages/apps/Settings/src/com/android/settings/network/telephony/
DNrAdvancedCallingPreferenceController.kt63 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DMobileNetworkSwitchController.kt60 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
DMobileNetworkPhoneNumberPreferenceController.kt78 val coroutineScope = viewLifecycleOwner.lifecycleScope in <lambda>() constant
DMobileNetworkImeiPreferenceController.kt89 val coroutineScope = viewLifecycleOwner.lifecycleScope in <lambda>() constant
DMobileNetworkEidPreferenceController.kt62 private var coroutineScope: CoroutineScope? = null in <lambda>() variable
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/viewmodel/v31/
DPermissionUsageViewModel.kt63 private val coroutineScope = scope ?: viewModelScope in <lambda>() constant
/packages/apps/Settings/src/com/android/settings/network/telephony/gsm/
DAutoSelectPreferenceController.kt103 val coroutineScope = rememberCoroutineScope() in getAvailabilityStatus() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/data/repository/
DClockRegistryProvider.kt43 private val coroutineScope: CoroutineScope, constant in com.android.customization.picker.clock.data.repository.ClockRegistryProvider
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DWallpaperQuickSwitchViewModel.kt40 private val coroutineScope: CoroutineScope, in <lambda>() constant in com.android.wallpaper.picker.customization.ui.viewmodel.WallpaperQuickSwitchViewModel
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimEidPreferenceController.kt53 private var coroutineScope: CoroutineScope? = null variable