Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/development/
DLogpersistPreferenceControllerTest.java51 private AbstractLogpersistPreferenceController mController;
59 mController = new AbstractLogpersistPreferenceController(RuntimeEnvironment.application, in setUp()
92 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_null()
93 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_null()
101 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_all()
102 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_all()
104 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_all()
113 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_defaultSecurityKernel()
114 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_defaultSecurityKernel()
116 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_defaultSecurityKernel()
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DAbstractLogpersistPreferenceController.java39 public abstract class AbstractLogpersistPreferenceController extends class
69 public AbstractLogpersistPreferenceController(Context context, Lifecycle lifecycle) { in AbstractLogpersistPreferenceController() method in AbstractLogpersistPreferenceController