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.java138 private SecurityButtonConfig getButtonConfig() { in getButtonConfig() method in QSSecurityFooterTest
140 return mFooterUtils.getButtonConfig(securityModel); in getButtonConfig()
161 assertNull(getButtonConfig()); in testUnmanaged()
169 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedNoOwnerName()
182 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedOwnerName()
200 SecurityButtonConfig buttonConfig = getButtonConfig(); in testManagedFinancedDeviceWithOwnerName()
218 assertNull(getButtonConfig()); in testManagedDemoMode()
225 SecurityButtonConfig buttonConfig = getButtonConfig(); in testUntappableView_profileOwnerOfOrgOwnedDevice()
237 SecurityButtonConfig buttonConfig = getButtonConfig(); in testTappableView_profileOwnerOfOrgOwnedDevice_networkLoggingEnabled()
248 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.kt208 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.java205 public SecurityButtonConfig getButtonConfig(SecurityModel securityModel) { in getButtonConfig() method in QSSecurityFooterUtils