Home
last modified time | relevance | path

Searched refs:getButtonConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSSecurityFooterTest.java130 private SecurityButtonConfig getButtonConfig() { in getButtonConfig() method in QSSecurityFooterTest
132 return mFooterUtils.getButtonConfig(securityModel); in getButtonConfig()
153 assertNull(getButtonConfig()); in testUnmanaged()
161 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedNoOwnerName()
174 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedOwnerName()
190 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedFinancedDeviceWithOwnerName()
208 assertNull(getButtonConfig()); in testManagedDemoMode()
215 SecurityButtonConfig buttonConfig = getButtonConfig(); in testUntappableView_profileOwnerOfOrgOwnedDevice()
227 SecurityButtonConfig buttonConfig = getButtonConfig(); in testTappableView_profileOwnerOfOrgOwnedDevice_networkLoggingEnabled()
238 SecurityButtonConfig buttonConfig = getButtonConfig(); in testUntappableView_profileOwnerOfOrgOwnedDevice_workProfileOff()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractor.kt114 withContext(bgDispatcher) { qsSecurityFooterUtils.getButtonConfig(security) } in security()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt207 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer { in <lambda>()
271 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSSecurityFooterUtils.java204 public SecurityButtonConfig getButtonConfig(SecurityModel securityModel) { in getButtonConfig() method in QSSecurityFooterUtils