| /frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
| D | DeviceConfigProxy.java | 41 public void addOnPropertiesChangedListener( in addOnPropertiesChangedListener() 52 public void enforceReadPermission(Context context, String namespace) { in enforceReadPermission() 59 public boolean getBoolean( in getBoolean() 67 public float getFloat( in getFloat() 75 public int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() 82 public long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() 90 public String getProperty(@NonNull String namespace, @NonNull String name) { in getProperty() 97 public String getString( in getString() 117 @Nullable String namespace) { in resetToDefaults() 124 public boolean setProperty( in setProperty()
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/ |
| D | DeviceConfigProxyFake.java | 48 String namespace, Executor executor, in addOnPropertiesChangedListener() 65 public boolean setProperty(String namespace, String name, String value, boolean makeDefault) { in setProperty() 81 private void setPropertyInternal(String namespace, String name, String value, in setPropertyInternal() 88 public void enforceReadPermission(Context context, String namespace) { in enforceReadPermission() 92 private Properties propsForNamespaceAndName(String namespace, String name) { in propsForNamespaceAndName() 106 public boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean() 116 public int getInt(String namespace, String name, int defaultValue) { in getInt() 126 public long getLong(String namespace, String name, long defaultValue) { in getLong() 136 public String getProperty(String namespace, String name) { in getProperty() 141 public String getString(String namespace, String name, String defaultValue) { in getString() [all …]
|
| /frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/ |
| D | FakeDeviceConfigInterface.java | 44 public void putProperty(String namespace, String key, String value) { in putProperty() 48 public void putPropertyAndNotify(String namespace, String key, String value) { in putPropertyAndNotify() 75 private DeviceConfig.Properties makeProperties(String namespace, String key, String value) { in makeProperties() 89 public String getProperty(String namespace, String name) { in getProperty() 94 public String getString(String namespace, String name, String defaultValue) { in getString() 100 public int getInt(String namespace, String name, int defaultValue) { in getInt() 113 public long getLong(String namespace, String name, long defaultValue) { in getLong() 126 public float getFloat(String namespace, String name, float defaultValue) { in getFloat() 139 public boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean() 145 public void addOnPropertiesChangedListener(String namespace, Executor executor, in addOnPropertiesChangedListener() [all …]
|
| /frameworks/base/services/core/java/com/android/server/utils/ |
| D | DeviceConfigInterface.java | 33 String getProperty(@NonNull String namespace, @NonNull String name); in getProperty() 39 String getString(@NonNull String namespace, @NonNull String name, @NonNull String defaultValue); in getString() 44 int getInt(@NonNull String namespace, @NonNull String name, int defaultValue); in getInt() 49 long getLong(@NonNull String namespace, @NonNull String name, long defaultValue); in getLong() 54 boolean getBoolean(@NonNull String namespace, @NonNull String name, boolean defaultValue); in getBoolean() 59 float getFloat(@NonNull String namespace, @NonNull String name, float defaultValue); in getFloat() 64 void addOnPropertiesChangedListener(@NonNull String namespace, @NonNull Executor executor, in addOnPropertiesChangedListener()
|
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
| D | TestableDeviceConfig.java | 82 String namespace = invocationOnMock.getArgument(0); in setUpMockBehaviors() local 94 String namespace = invocationOnMock.getArgument(0); in setUpMockBehaviors() local 111 String namespace = invocationOnMock.getArgument(0); in setUpMockBehaviors() local 117 String namespace = invocationOnMock.getArgument(0); in setUpMockBehaviors() local 147 private static String getKey(String namespace, String name) { in getKey() 156 private Properties getProperties(String namespace, String name, String value) { in getProperties() 160 private Properties getProperties(String namespace, Map<String, String> keyValues) { in getProperties() argument
|
| /frameworks/layoutlib/bridge/src/android/provider/ |
| D | DeviceConfig_Delegate.java | 30 public static String getString(String namespace, String name, String defaultValue) { in getString() 35 public static boolean getBoolean(String namespace, String name, boolean defaultValue) { in getBoolean() 40 public static int getInt(String namespace, String name, int defaultValue) { in getInt() 45 public static long getLong(String namespace, String name, long defaultValue) { in getLong() 50 public static float getFloat(String namespace, String name, float defaultValue) { in getFloat()
|
| /frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
| D | SettingsHelper.java | 40 public static void set(@NonNull String namespace, @NonNull String key, @Nullable String value) { in set() 52 public static void syncSet(@NonNull Context context, @NonNull String namespace, in syncSet() 75 public static void delete(@NonNull String namespace, @NonNull String key) { in delete() 83 public static void syncDelete(@NonNull Context context, @NonNull String namespace, in syncDelete() 102 public static String get(@NonNull String namespace, @NonNull String key) { in get() 106 private static void assertNewValue(@NonNull String namespace, @NonNull String key, in assertNewValue()
|
| /frameworks/base/core/java/android/provider/ |
| D | DeviceConfig.java | 439 public static String getProperty(@NonNull String namespace, @NonNull String name) { in getProperty() 469 public static Properties getProperties(@NonNull String namespace, @NonNull String ... names) { in getProperties() 488 public static String getString(@NonNull String namespace, @NonNull String name, in getString() 507 public static boolean getBoolean(@NonNull String namespace, @NonNull String name, in getBoolean() 526 public static int getInt(@NonNull String namespace, @NonNull String name, int defaultValue) { in getInt() 552 public static long getLong(@NonNull String namespace, @NonNull String name, long defaultValue) { in getLong() 578 public static float getFloat(@NonNull String namespace, @NonNull String name, in getFloat() 614 public static boolean setProperty(@NonNull String namespace, @NonNull String name, in setProperty() 658 public static void resetToDefaults(@ResetMode int resetMode, @Nullable String namespace) { in resetToDefaults() 680 public static void addOnPropertiesChangedListener( in addOnPropertiesChangedListener() [all …]
|
| /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
| D | NopAttributeSet.java | 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 65 public int getAttributeListValue(String namespace, String attribute, String[] options, int in getAttributeListValue() 71 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 77 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 82 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 87 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 93 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() 150 public ResourceValue getResolvedAttributeValue(@Nullable String namespace, in getResolvedAttributeValue()
|
| D | BridgeLayoutParamsMapAttributes.java | 41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 84 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 90 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 96 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 102 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 108 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 114 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| D | BridgeXmlBlockParser.java | 289 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 351 public void require(int type, String namespace, String name) in require() 414 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() 435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 445 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 471 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { in getAttributeUnsignedIntValue() 497 public ResourceValue getResolvedAttributeValue(@Nullable String namespace, in getResolvedAttributeValue()
|
| D | UnresolvedResourceValue.java | 31 @NonNull ResourceNamespace namespace, in UnresolvedResourceValue()
|
| /frameworks/base/core/java/android/util/ |
| D | AttributeSet.java | 122 public String getAttributeValue(String namespace, String name); in getAttributeValue() 161 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 173 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 191 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 203 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 217 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| D | XmlPullAttributes.java | 50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 62 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 68 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 74 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 80 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 86 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 92 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue()
|
| /frameworks/layoutlib/bridge/src/android/util/ |
| D | BridgeXmlPullAttributes.java | 46 Map<String, Integer> getEnumValues( in getEnumValues() 108 ResourceNamespace namespace = ResourceNamespace.fromNamespaceUri(ns); in getAttributeNameResource() local 118 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 135 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 152 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { in getAttributeResourceValue() 159 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { in getAttributeIntValue() 200 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 217 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() 303 public ResourceValue getResolvedAttributeValue(@Nullable String namespace, in getResolvedAttributeValue()
|
| D | ResolvingAttributeSet.java | 32 ResourceValue getResolvedAttributeValue(@Nullable String namespace, @NonNull String name); in getResolvedAttributeValue()
|
| /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
| D | DeviceConfigServiceTest.java | 169 private static void putWithContentProvider(ContentResolver resolver, String namespace, in putWithContentProvider() 174 private static void putWithContentProvider(ContentResolver resolver, String namespace, in putWithContentProvider() 186 private static String getFromContentProvider(ContentResolver resolver, String namespace, in getFromContentProvider() 195 private static boolean deleteFromContentProvider(ContentResolver resolver, String namespace, in deleteFromContentProvider()
|
| /frameworks/base/core/java/android/net/ |
| D | LocalSocketAddress.java | 60 private final Namespace namespace; field in LocalSocketAddress 68 public LocalSocketAddress(String name, Namespace namespace) { in LocalSocketAddress()
|
| /frameworks/base/identity/java/android/security/identity/ |
| D | PersonalizationData.java | 53 NamespaceData getNamespaceData(String namespace) { in getNamespaceData() 62 private NamespaceData(String namespace) { in NamespaceData() 123 public @NonNull Builder putEntry(@NonNull String namespace, @NonNull String name, in putEntry()
|
| /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
| D | DeviceConfigService.java | 107 String namespace = null; in onCommand() local 194 : "Failed to delete " + key + " from " + namespace); in onCommand() local 245 private boolean delete(IContentProvider provider, String namespace, String key) { in delete()
|
| /frameworks/base/core/java/android/content/res/ |
| D | XmlBlock.java | 242 public String getAttributeValue(String namespace, String name) { in getAttributeValue() 286 …public void require(int type, String namespace, String name) throws XmlPullParserException,IOExcep… in require() 333 public int getAttributeListValue(String namespace, String attribute, in getAttributeListValue() 341 public boolean getAttributeBooleanValue(String namespace, String attribute, in getAttributeBooleanValue() 349 public int getAttributeResourceValue(String namespace, String attribute, in getAttributeResourceValue() 357 public int getAttributeIntValue(String namespace, String attribute, in getAttributeIntValue() 365 public int getAttributeUnsignedIntValue(String namespace, String attribute, in getAttributeUnsignedIntValue() 374 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() 553 …private static final native int nativeGetAttributeIndex(long state, String namespace, String name); in nativeGetAttributeIndex()
|
| /frameworks/base/core/java/com/android/internal/util/ |
| D | FastXmlSerializer.java | 187 public XmlSerializer attribute(String namespace, String name, String value) throws IOException, in attribute() 222 public XmlSerializer endTag(String namespace, String name) throws IOException, in endTag() 300 public String getPrefix(String namespace, boolean generatePrefix) in getPrefix() 358 public void setPrefix(String prefix, String namespace) throws IOException, in setPrefix() 375 public XmlSerializer startTag(String namespace, String name) throws IOException, in startTag()
|
| /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
| D | AssetFactory.java | 37 String namespace = asset.optString(Utils.NAMESPACE_FIELD, null); in create() local
|
| D | AssetMatcherFactory.java | 34 String namespace = queryObject.optString(Utils.NAMESPACE_FIELD, null); in create() local
|
| /frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
| D | HighRefreshRateBlacklistTest.java | 150 public String getProperty(String namespace, String name) { in getProperty() 157 public void addOnPropertiesChangedListener(String namespace, Executor executor, in addOnPropertiesChangedListener()
|