Home | History | Annotate | Download | only in development

Lines Matching defs:SystemProperties

24 import android.os.SystemProperties;
78 return TextUtils.equals(SystemProperties.get("ro.debuggable", "0"), "1");
124 = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY_ENABLE);
141 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
145 String currentBuffers = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY_BUFFER);
178 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY, SELECT_LOGPERSIST_PROPERTY_CLEAR);
185 SystemProperties.set(SELECT_LOGPERSIST_PROPERTY_BUFFER, "");
187 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY_BUFFER, "");
188 SystemProperties.set(SELECT_LOGPERSIST_PROPERTY, "");
189 SystemProperties.set(ACTUAL_LOGPERSIST_PROPERTY,
196 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
213 String currentTag = SystemProperties.get(
226 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);
237 String currentBuffer = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY_BUFFER);
241 SystemProperties.set(SELECT_LOGPERSIST_PROPERTY_BUFFER, newValue.toString());
242 SystemProperties.set(SELECT_LOGPERSIST_PROPERTY, SELECT_LOGPERSIST_PROPERTY_SERVICE);
245 String currentValue = SystemProperties.get(ACTUAL_LOGPERSIST_PROPERTY);