Home
last modified time | relevance | path

Searched defs:DEFAULT_VALUE (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivitySecurityModelFeatureFlags.java59 private static final int DEFAULT_VALUE = VALUE_DISABLE; field in ActivitySecurityModelFeatureFlags
/aosp14/system/core/libcutils/
H A Dproperties_test.cpp286 const int64_t DEFAULT_VALUE = INT64_C(0xDEADBEEFBEEFDEAD); in TEST_F() local
333 const int32_t DEFAULT_VALUE = INT32_C(0xDEADBEEF); in TEST_F() local
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java54 private static final String DEFAULT_VALUE = "test_default_value"; field in DeviceConfigTest