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

/frameworks/base/core/java/android/provider/
H A DSettings.java1520 private static class NameValueCache { class in class:Settings
1543 public NameValueCache(Uri uri, String getCommand, String setCommand) { method in class:Settings.NameValueCache
1551 synchronized (NameValueCache.this) {
1578 synchronized (NameValueCache.this) {
1611 synchronized (NameValueCache.this) {
1630 synchronized (NameValueCache.this) {
1647 synchronized (NameValueCache.this) {
1688 synchronized (NameValueCache.this) {
1742 private static final NameValueCache sNameValueCache = new NameValueCache(
[all...]

Completed in 16 milliseconds