Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
DLogpersistPreferenceControllerTest.java92 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_null()
101 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_all()
113 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_defaultSecurityKernel()
125 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_kernel()
137 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_mainSecuritykernel()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogpersistPreferenceController.java46 static final String ACTUAL_LOGPERSIST_PROPERTY = "logd.logpersistd"; field in AbstractLogpersistPreferenceController
141 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in updateLogpersistValues()
178 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY, SELECT_LOGPERSIST_PROPERTY_CLEAR); in updateLogpersistValues()
189 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY, in setLogpersistOff()
196 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in setLogpersistOff()
226 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption()
245 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY); in writeLogpersistOption()