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