Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
H A DLogpersistPreferenceControllerTest.java53 private AbstractLogpersistPreferenceController mController;
94 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_null()
95 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_null()
103 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_all()
106 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_all()
115 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_defaultSecurityKernel()
118 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_defaultSecurityKernel()
127 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_kernel()
130 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_kernel()
139 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_mainSecuritykernel()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DAbstractLogpersistPreferenceController.java40 public abstract class AbstractLogpersistPreferenceController extends class
70 public AbstractLogpersistPreferenceController(Context context, Lifecycle lifecycle) { in AbstractLogpersistPreferenceController() method in AbstractLogpersistPreferenceController