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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java692 return cache.putIfAbsent(key, cursor.getString(0));
700 cache.putIfAbsent(key, null);
1125 public Bundle putIfAbsent(String key, String value) { method in class:SettingsProvider.SettingsCache

Completed in 230 milliseconds