Searched defs:NameValueCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java1548 private static class NameValueCache { class in class:Settings
1571 public NameValueCache(Uri uri, String getCommand, String setCommand) { method in class:Settings.NameValueCache
1579 synchronized (NameValueCache.this) {
1606 synchronized (NameValueCache.this) {
1639 synchronized (NameValueCache.this) {
1658 synchronized (NameValueCache.this) {
1675 synchronized (NameValueCache.this) {
1716 synchronized (NameValueCache.this) {
1770 private static final NameValueCache sNameValueCache = new NameValueCache(
[all...]

Completed in 72 milliseconds