| /packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/ |
| D | PhotoPickerCloudTestUtils.java | 50 static boolean isCloudMediaEnabled(@NonNull String namespace) { in isCloudMediaEnabled() 59 static String getAllowedProvidersDeviceConfig(@NonNull String namespace) { in getAllowedProvidersDeviceConfig() 66 public static void enableCloudMediaAndSetAllowedCloudProviders( in enableCloudMediaAndSetAllowedCloudProviders() 82 static void disableCloudMediaAndClearAllowedCloudProviders(@NonNull String namespace) { in disableCloudMediaAndClearAllowedCloudProviders() 95 private static String readDeviceConfigProp(@NonNull String namespace, @NonNull String name) { in readDeviceConfigProp() 104 private static void writeDeviceConfigProp( in writeDeviceConfigProp() 109 private static void writeDeviceConfigProp( in writeDeviceConfigProp() 120 private static void deleteDeviceConfigProp(@NonNull String namespace, @NonNull String name) { in deleteDeviceConfigProp()
|
| /packages/apps/Camera2/src/com/android/camera/module/ |
| D | ModulesInfo.java | 78 final String namespace, final boolean enableCaptureModule) { in registerPhotoModule() 109 final String namespace) { in registerVideoModule() 134 final String namespace) { in registerWideAngleModule() 159 final String namespace) { in registerPhotoSphereModule() 184 final String namespace) { in registerRefocusModule() 209 final String namespace, final HdrPlusSupportLevel hdrPlusSupportLevel) { in registerGcamModule() 234 final String namespace, final boolean enableCaptureModule) { in registerCaptureIntentModule()
|
| /packages/modules/ConfigInfrastructure/framework/java/android/provider/aidl/ |
| D | IDeviceConfigManager.aidl | 9 Map<String, String> getProperties(String namespace, in String[] names); in getProperties() 11 boolean setProperties(String namespace, in Map<String, String> values); in setProperties() argument 13 boolean setProperty(String namespace, String key, String value, boolean makeDefault); in setProperty() 15 boolean deleteProperty(String namespace, String key); in deleteProperty()
|
| /packages/modules/ConfigInfrastructure/framework/java/android/provider/ |
| D | DeviceConfigManager.java | 42 public DeviceConfig.Properties getProperties(@NonNull String namespace, in getProperties() 52 public boolean setProperties(@NonNull String namespace, @NonNull Map<String, String> values) { in setProperties() 60 public boolean setProperty(@NonNull String namespace, @NonNull String name, in setProperty() 69 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty()
|
| D | SettingsConfigDataStore.java | 45 public @NonNull DeviceConfig.Properties getProperties(@NonNull String namespace, in getProperties() 59 public boolean setProperty(@NonNull String namespace, @NonNull String name, in setProperty() 65 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() 70 public void resetToDefaults(int resetMode, @Nullable String namespace) { in resetToDefaults() 96 public void registerContentObserver(@NonNull String namespace, boolean notifyForescendants, in registerContentObserver()
|
| D | DeviceConfigDataStore.java | 35 …onNull DeviceConfig.Properties getProperties(@NonNull String namespace, @NonNull String ... names); in getProperties() 40 boolean setProperty(@NonNull String namespace, @NonNull String name, in setProperty() 43 boolean deleteProperty(@NonNull String namespace, @NonNull String name); in deleteProperty() 45 void resetToDefaults(int resetMode, @Nullable String namespace); in resetToDefaults() 57 void registerContentObserver(@NonNull String namespace, boolean notifyForescendants, in registerContentObserver()
|
| D | DeviceConfig.java | 1066 void onDeviceConfigAccess(@NonNull String callingPackage, @NonNull String namespace); in onDeviceConfigAccess() 1083 public static String getProperty(@NonNull String namespace, @NonNull String name) { in getProperty() 1114 public static Properties getProperties(@NonNull String namespace, @NonNull String... names) { in getProperties() 1123 private static Properties getPropertiesWithoutOverrides(@NonNull String namespace, in getPropertiesWithoutOverrides() 1158 String namespace = namespaceAndFlag[0]; in getAllProperties() local 1191 public static String getString(@NonNull String namespace, @NonNull String name, in getString() 1208 public static boolean getBoolean(@NonNull String namespace, @NonNull String name, in getBoolean() 1226 public static int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() 1251 public static long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() 1276 public static float getFloat(@NonNull String namespace, @NonNull String name, in getFloat() [all …]
|
| D | DeviceConfigServiceDataStore.java | 76 public DeviceConfig.Properties getProperties(@NonNull String namespace, in getProperties() 104 public boolean setProperty(@NonNull String namespace, @NonNull String name, in setProperty() 117 public boolean deleteProperty(@NonNull String namespace, @NonNull String name) { in deleteProperty() 129 public void resetToDefaults(int resetMode, @Nullable String namespace) { in resetToDefaults() 156 public void registerContentObserver(@NonNull String namespace, boolean notifyForDescendants, in registerContentObserver()
|
| /packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
| D | IkeDeviceConfigUtils.java | 33 public static int getDeviceConfigPropertyInt( in getDeviceConfigPropertyInt() 58 public static int getDeviceConfigPropertyInt( in getDeviceConfigPropertyInt() 76 public static boolean getDeviceConfigPropertyBoolean( in getDeviceConfigPropertyBoolean() 91 public static String getDeviceConfigProperty( in getDeviceConfigProperty()
|
| /packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/db/ |
| D | DeviceConfigDbAdapter.java | 40 public Map<String, String> getValuesForNamespace(String namespace, String... keys) { in getValuesForNamespace() 84 private boolean insertOrUpdateValue_inTransaction(String namespace, String key, String value) { in insertOrUpdateValue_inTransaction() 109 public boolean setValues(String namespace, Map<String, String> map) { in setValues() argument 132 public boolean setValue(String namespace, String key, String value, boolean makeDefault) { in setValue() 143 public boolean deleteValue(String namespace, String key) { in deleteValue()
|
| /packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/ |
| D | DeviceConfigServiceImpl.java | 53 …public Map<String, String> getProperties(String namespace, String[] names) throws RemoteException { in getProperties() 58 public boolean setProperties(String namespace, Map<String, String> values) { in setProperties() argument 63 public boolean setProperty(String namespace, String key, String value, boolean makeDefault) { in setProperty() 68 public boolean deleteProperty(String namespace, String key) { in deleteProperty()
|
| D | DeviceConfigBootstrapValues.java | 92 String namespace = line.substring(0, namespaceDelimiter); in processLine() local 115 private void writeToDeviceConfig(String namespace, String key, String value) { in writeToDeviceConfig()
|
| /packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/ |
| D | PersonBuilderHelperTest.java | 38 String namespace = "namespace"; in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded() local 111 String namespace = "namespace"; in testFingerprintGeneration_forEachPropertyType_string() local 141 String namespace = "namespace"; in testFingerprintGeneration_forEachPropertyType_boolean() local 159 String namespace = "namespace"; in testFingerprintGeneration_forEachPropertyType_stringArray() local 189 String namespace = "namespace"; in testFingerprintGeneration_forEachPropertyType_DocumentArray() local 230 String namespace = "namespace"; in testFingerprintGeneration_sameValueForDifferentProperties_differentFingerprint() local 246 String namespace = "namespace"; in testScore_setCorrectly() local 285 String namespace = "namespace"; in testGenerateFingerprintStringForPerson() local
|
| /packages/apps/Settings/tests/robotests/testutils/com/android/settings/testutils/shadow/ |
| D | ShadowDeviceConfig.java | 38 String namespace, String name, String value, boolean makeDefault) { in setProperty() 44 public static String getProperty(String namespace, String name) { in getProperty()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/ |
| D | AppSearchDao.java | 128 @NonNull String namespace, in readConsentData() 153 @NonNull String namespace, in readAppSearchSessionData() 171 @NonNull String namespace, in readData() 296 @NonNull String namespace) { in deleteData()
|
| /packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
| D | DeviceConfigUtils.java | 104 public static String getDeviceConfigProperty(@NonNull String namespace, @NonNull String name, in getDeviceConfigProperty() 117 public static int getDeviceConfigPropertyInt(@NonNull String namespace, @NonNull String name, in getDeviceConfigPropertyInt() 141 public static int getDeviceConfigPropertyInt(@NonNull String namespace, @NonNull String name, in getDeviceConfigPropertyInt() 155 public static boolean getDeviceConfigPropertyBoolean(@NonNull String namespace, in getDeviceConfigPropertyBoolean() 230 private static boolean isFeatureEnabled(@NonNull String namespace, in isFeatureEnabled()
|
| /packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
| D | ReportSystemUsageRequest.java | 44 @NonNull String namespace, in ReportSystemUsageRequest() 112 @NonNull String namespace, in Builder()
|
| /packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/converter/ |
| D | SearchResultToProtoConverterTest.java | 53 final String namespace = prefix + "namespace"; in testToSearchResultProto() local 124 final String namespace = prefix + "namespace"; in testToSearchResultProtoWithDoublyNested() local
|
| /packages/modules/Bluetooth/sysprop/exported_include/ |
| D | android_bluetooth_sysprop.h | 26 #define GET_SYSPROP(namespace, prop, default) \ argument
|
| /packages/modules/AdServices/shared/libraries/host-side/java/com/android/adservices/shared/testing/ |
| D | HostSideDeviceConfigHelper.java | 26 public HostSideDeviceConfigHelper(String namespace) { in HostSideDeviceConfigHelper()
|
| /packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/ |
| D | DeviceConfigHelper.java | 53 DeviceConfigHelper(InterfaceFactory interfaceFactory, String namespace, RealLogger logger) { in DeviceConfigHelper() 173 protected Interface(String namespace, RealLogger logger) { in Interface() 368 Interface getInterface(String namespace); in getInterface()
|
| /packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/experimental/ |
| D | DeviceConfigFlagsRouletteRunner.java | 49 protected DeviceConfigFlagsRouletteRunner(Class<?> testClass, String namespace) in DeviceConfigFlagsRouletteRunner()
|
| /packages/modules/NetworkStack/apishim/common/com/android/networkstack/apishim/common/ |
| D | BroadcastOptionsShim.java | 35 default BroadcastOptionsShim setDeliveryGroupMatchingKey(@NonNull String namespace, in setDeliveryGroupMatchingKey()
|
| /packages/modules/AppSearch/framework/java/android/app/appsearch/aidl/ |
| D | IAppSearchObserverProxy.aidl | 26 in String namespace, in onDocumentChanged()
|
| /packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/ |
| D | ContactPointTest.java | 30 String namespace = ""; in testBuilder() local
|