Searched refs:getButtonConfig (Results 1 – 4 of 4) sorted by relevance
160 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 …]
114 withContext(bgDispatcher) { qsSecurityFooterUtils.getButtonConfig(security) }
216 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {279 whenever(qsSecurityFooterUtils.getButtonConfig(any())).thenAnswer {
205 public SecurityButtonConfig getButtonConfig(SecurityModel securityModel) { in getButtonConfig() method in QSSecurityFooterUtils