-
- Downloads
Add new SystemProperties.Handle interface
This new interface allows Java code to look up property values without paying for the name->prop_info mapping and, in the case of looking up scalars, without doing any allocation. Bug: 140788621 Test: added tests Test: atest FrameworksCoreSystemPropertiesTests Change-Id: I46d12f62499e9e124fe9add588376d724b364d5d
Showing
- core/java/android/os/SystemProperties.java 68 additions, 1 deletioncore/java/android/os/SystemProperties.java
- core/jni/android_os_SystemProperties.cpp 71 additions, 8 deletionscore/jni/android_os_SystemProperties.cpp
- core/tests/systemproperties/src/android/os/SystemPropertiesTest.java 21 additions, 0 deletions...systemproperties/src/android/os/SystemPropertiesTest.java
Loading
Please register or sign in to comment