Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardStatusViewControllerWithCoroutinesTest.kt39 mController.startCoroutines(coroutineContext) in <lambda>()
53 mController.startCoroutines(coroutineContext) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusViewController.java227 startCoroutines(EmptyCoroutineContext.INSTANCE); in onInit()
232 void startCoroutines(CoroutineContext context) { in startCoroutines() method in KeyguardStatusViewController