Searched refs:AbstractLogpersistPreferenceController (Results 1 – 2 of 2) sorted by relevance
53 private AbstractLogpersistPreferenceController mController;61 mController = new AbstractLogpersistPreferenceController(RuntimeEnvironment.application, in setUp()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()104 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_all()106 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_all()115 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY, in testUpdateLogpersistValues_defaultSecurityKernel()116 AbstractLogpersistPreferenceController.SELECT_LOGPERSIST_PROPERTY_SERVICE); in testUpdateLogpersistValues_defaultSecurityKernel()118 AbstractLogpersistPreferenceController.ACTUAL_LOGPERSIST_PROPERTY_BUFFER, in testUpdateLogpersistValues_defaultSecurityKernel()[all …]
40 public abstract class AbstractLogpersistPreferenceController extends class70 public AbstractLogpersistPreferenceController(Context context, Lifecycle lifecycle) { in AbstractLogpersistPreferenceController() method in AbstractLogpersistPreferenceController