Home
last modified time | relevance | path

Searched refs:nonpersistentProps (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java932 Map<String, String> nonpersistentProps = new HashMap<String, String>(); in changeSystemProps() local
946 nonpersistentProps.put(prop.getKey(), prop.getValue()); in changeSystemProps()
959 && !nonpersistentProps.isEmpty()) { in changeSystemProps()
961 for (Map.Entry<String, String> prop : nonpersistentProps.entrySet()) { in changeSystemProps()
976 if (!nonpersistentProps.isEmpty() && shouldSetProps) { in changeSystemProps()
978 for (Map.Entry<String, String> prop : nonpersistentProps.entrySet()) { in changeSystemProps()