Searched refs:AbstractLogpersistPreferenceController (Results 1 – 2 of 2) sorted by relevance
51 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 …]
39 public abstract class AbstractLogpersistPreferenceController extends class69 public AbstractLogpersistPreferenceController(Context context, Lifecycle lifecycle) { in AbstractLogpersistPreferenceController() method in AbstractLogpersistPreferenceController