/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ |
D | ServiceAppSearchConfigTest.java | 177 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_minTimeIntervalBetweenSamplesMillis() 192 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValueOverride_minTimeIntervalBetweenSamplesMillis() 200 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValueOverride_minTimeIntervalBetweenSamplesMillis() 219 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 223 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 227 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 231 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 235 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 239 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() 243 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValue_allSamplingIntervals() [all …]
|
D | MockingServiceOptimizeStrategyTest.java | 44 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldNotOptimize_overOtherThresholds_underMinTimeThreshold() 49 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldNotOptimize_overOtherThresholds_underMinTimeThreshold() 54 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldNotOptimize_overOtherThresholds_underMinTimeThreshold() 59 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldNotOptimize_overOtherThresholds_underMinTimeThreshold() 86 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldNotOptimize_overOtherThresholds_underMinTimeThreshold()
|
D | AppSearchModuleTest.java | 52 private static final String NAMESPACE_APPSEARCH = "appsearch"; field in AppSearchModuleTest 105 NAMESPACE_APPSEARCH, in setUp() 112 NAMESPACE_APPSEARCH, in setUp() 143 NAMESPACE_APPSEARCH, in testContactsIndexerDisabled() 165 NAMESPACE_APPSEARCH, in testAppsIndexerDisabled() 187 NAMESPACE_APPSEARCH, in testServicesSetToNullWhenDisabled() 194 NAMESPACE_APPSEARCH, in testServicesSetToNullWhenDisabled()
|
D | AppSearchManagerServiceTest.java | 920 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistMatchingCallingPackage() 939 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistNonMatchingCallingPackage() 959 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistMatchingCallingPackageAndDatabase() 989 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistNonMatchingCallingPackageAndDatabase() 1006 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistMatchingCallingDatabase() 1057 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistNonMatchingCallingDatabase() 1068 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testDenylistSomeApis() 1101 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testAppSearchRateLimit_rateLimitOn_allApis() 1103 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testAppSearchRateLimit_rateLimitOn_allApis() 1105 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testAppSearchRateLimit_rateLimitOn_allApis() [all …]
|
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/stats/ |
D | MockingPlatformLoggerTest.java | 71 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalNotSet_returnsDefault() 76 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalNotSet_returnsDefault() 105 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalSet_returnsConfigured() 110 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalSet_returnsConfigured() 115 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalSet_returnsConfigured() 120 DeviceConfig.NAMESPACE_APPSEARCH, in testCreateExtraStatsLocked_samplingIntervalSet_returnsConfigured() 155 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldLogForTypeLocked_trueWhenSampleIntervalIsOne() 174 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldLogForTypeLocked_falseWhenSampleIntervalIsNegative() 198 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldLogForTypeLocked_falseWhenWithinCoolOffInterval() 203 DeviceConfig.NAMESPACE_APPSEARCH, in testShouldLogForTypeLocked_falseWhenWithinCoolOffInterval() [all …]
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/ |
D | FrameworkContactsIndexerConfig.java | 44 DeviceConfig.NAMESPACE_APPSEARCH, in isContactsIndexerEnabled() 52 DeviceConfig.NAMESPACE_APPSEARCH, in getContactsFirstRunIndexingLimit() 60 DeviceConfig.NAMESPACE_APPSEARCH, in getContactsFullUpdateIntervalMillis() 68 DeviceConfig.NAMESPACE_APPSEARCH, in getContactsFullUpdateLimit() 79 DeviceConfig.NAMESPACE_APPSEARCH, in getContactsDeltaUpdateLimit() 87 DeviceConfig.NAMESPACE_APPSEARCH, in shouldIndexFirstMiddleAndLastNames() 95 DeviceConfig.NAMESPACE_APPSEARCH, in shouldKeepUpdatingOnError()
|
/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/ContactsIndexer/ |
D | FrameworkContactsIndexerConfigTest.java | 51 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues() 55 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues() 60 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues() 65 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues() 70 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues() 75 DeviceConfig.setProperty(DeviceConfig.NAMESPACE_APPSEARCH, in testCustomizedValues()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/appsindexer/ |
D | FrameworkAppsIndexerConfig.java | 37 DeviceConfig.NAMESPACE_APPSEARCH, in isAppsIndexerEnabled() 45 DeviceConfig.NAMESPACE_APPSEARCH, in getAppsMaintenanceUpdateIntervalMillis()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/ |
D | FrameworkServiceAppSearchConfig.java | 187 if (!properties.getNamespace().equals(DeviceConfig.NAMESPACE_APPSEARCH)) { 236 DeviceConfig.NAMESPACE_APPSEARCH, in getUseFixedExecutorService() 253 DeviceConfig.NAMESPACE_APPSEARCH, in initialize() 259 DeviceConfig.NAMESPACE_APPSEARCH, KEYS_TO_ALL_CACHED_VALUES); in initialize()
|
/packages/modules/ConfigInfrastructure/framework/api/ |
D | system-current.txt | 35 field public static final String NAMESPACE_APPSEARCH = "appsearch";
|
/packages/modules/ConfigInfrastructure/framework/java/android/provider/ |
D | DeviceConfig.java | 153 public static final String NAMESPACE_APPSEARCH = "appsearch"; field in DeviceConfig
|