Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSSecurityFooterTest.java160 assertNull(getButtonConfig()); in testUnmanaged()
217 assertNull(getButtonConfig()); in testManagedDemoMode()
266 buttonConfig = getButtonConfig(); in testNetworkLoggingEnabled_deviceOwner()
293 assertNull(getButtonConfig()); in testNetworkLoggingEnabled_managedProfileOwner_workProfileOff()
323 buttonConfig = getButtonConfig(); in testManagedOneVpnEnabled()
347 buttonConfig = getButtonConfig(); in testManagedTwoVpnsEnabled()
384 buttonConfig = getButtonConfig(); in testWorkProfileCACertsInstalled_workProfileOn()
398 assertNull(getButtonConfig()); in testWorkProfileCACertsInstalled_workProfileOff()
447 assertNull(getButtonConfig()); in testWorkProfileVpnEnabled_workProfileOff()
488 buttonConfig = getButtonConfig(); in testVpnEnabled()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/domain/interactor/
H A DFooterActionsInteractor.kt114 withContext(bgDispatcher) { qsSecurityFooterUtils.getButtonConfig(security) }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
H A DFooterActionsViewModelTest.kt216 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {
279 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooterUtils.java205 public SecurityButtonConfig getButtonConfig(SecurityModel securityModel) { in getButtonConfig() method in QSSecurityFooterUtils