Home
last modified time | relevance | path

Searched refs:systemUiProxy (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/data/repository/
DDisplayContentRepositoryImpl.kt39 private val systemUiProxy: SystemUiProxy, constant in com.android.systemui.screenshot.data.repository.DisplayContentRepositoryImpl
56 SystemUiState(systemUiProxy.isNotificationShadeExpanded()), in toDisplayTasksModel()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DActionIntentExecutorTest.kt48 private val systemUiProxy = mock<SystemUiProxy>() constant
58 systemUiProxy,
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt58 private val systemUiProxy: SystemUiProxy, constant in com.android.systemui.screenshot.ActionIntentExecutor
92 systemUiProxy.dismissKeyguard() in launchIntent()