Searched refs:ACTUAL_LOGPERSIST_PROPERTY (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java183 private static final String ACTUAL_LOGPERSIST_PROPERTY = "logd.logpersistd"; field in class:DevelopmentSettings
1656 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
1694 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY, SELECT_LOGPERSIST_PROPERTY_CLEAR);
1705 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY,
1712 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
1739 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
1766 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);

Completed in 50 milliseconds