Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DSettingsPager.kt43 val coroutineScope = rememberCoroutineScope() regex
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleDataRepository.kt49 private val coroutineScope = CoroutineScope(Dispatchers.IO + SupervisorJob()) regex