Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/disableflags/data/repository/
H A DDisableFlagsRepositoryTest.kt90 getCommandQueueCallback()
99 getCommandQueueCallback()
115 getCommandQueueCallback()
130 getCommandQueueCallback()
139 getCommandQueueCallback()
155 getCommandQueueCallback()
170 getCommandQueueCallback()
179 getCommandQueueCallback()
195 getCommandQueueCallback()
220 getCommandQueueCallback()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
H A DNotificationsInteractorTest.kt64 val callback = getCommandQueueCallback()
78 val callback = getCommandQueueCallback()
90 private fun getCommandQueueCallback(): CommandQueue.Callbacks { regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java578 CommandQueue.Callbacks callback = getCommandQueueCallback(); in setDisableSystemInfo()
584 CommandQueue.Callbacks callback = getCommandQueueCallback(); in setDisableSystemIcons()
589 private CommandQueue.Callbacks getCommandQueueCallback() { in getCommandQueueCallback() method in KeyguardStatusBarViewControllerTest