Home
last modified time | relevance | path

Searched refs:startCoroutines (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardStatusViewControllerWithCoroutinesTest.kt41 mController.startCoroutines(coroutineContext)
55 mController.startCoroutines(coroutineContext)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java156 startCoroutines(EmptyCoroutineContext.INSTANCE); in onInit()
160 void startCoroutines(CoroutineContext context) { in startCoroutines() method in KeyguardStatusViewController