Searched refs:SELECT_LOGD_SIZE_PROPERTY (Results 1 – 2 of 2) sorted by relevance
127 private static final String SELECT_LOGD_SIZE_PROPERTY = "persist.logd.size"; field in DevelopmentFragment1242 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues()1277 SystemProperties.set(SELECT_LOGD_SIZE_PROPERTY, size); in writeLogdSizeOption()
162 private static final String SELECT_LOGD_SIZE_PROPERTY = "persist.logd.size"; field in DevelopmentSettings1450 String currentValue = SystemProperties.get(SELECT_LOGD_SIZE_PROPERTY); in updateLogdSizeValues()1515 SystemProperties.set(SELECT_LOGD_SIZE_PROPERTY, defaultValue.equals(size) ? "" : size); in writeLogdSizeOption()