Searched refs:shouldEnforceCloudProviderAllowlist (Results 1 – 4 of 4) sorted by relevance
74 assertTrue(mConfigStore.shouldEnforceCloudProviderAllowlist()); in test_defaultValueConfigStore_allCorrect_TPlus()96 assertTrue(mConfigStore.shouldEnforceCloudProviderAllowlist()); in test_defaultValueConfigStore_allCorrect_SMinus()
135 default boolean shouldEnforceCloudProviderAllowlist() { in shouldEnforceCloudProviderAllowlist() method255 + shouldEnforceCloudProviderAllowlist()); in dump()428 public boolean shouldEnforceCloudProviderAllowlist() {
125 ignoreAllowlist = ignoreAllowlist || !configStore.shouldEnforceCloudProviderAllowlist(); in getAvailableCloudProvidersInternal()
333 doReturn(true).when(mConfigStore).shouldEnforceCloudProviderAllowlist(); in setUpAllowedCloudPackages()