Searched defs:putIfAbsent (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java722 return sSecureCaches.get(callingUser).putIfAbsent(request, "");
880 return cache.putIfAbsent(key, cursor.getString(0));
888 cache.putIfAbsent(key, null);
1276 public Bundle putIfAbsent(String key, String value) { method in class:SettingsProvider.SettingsCache

Completed in 108 milliseconds