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

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

Completed in 18 milliseconds