Searched refs:suppressKeyNotFoundWarning (Results 1 – 1 of 1) sorted by relevance
233 public byte[] get(String key, int uid, boolean suppressKeyNotFoundWarning) { in get() argument241 if (!suppressKeyNotFoundWarning || e.errorCode != KEY_NOT_FOUND) { in get()248 public byte[] get(String key, boolean suppressKeyNotFoundWarning) { in get() argument249 return get(key, UID_SELF, suppressKeyNotFoundWarning); in get()