Searched refs:EMPTY_DATA (Results 1 – 2 of 2) sorted by relevance
59 private static final byte[] EMPTY_DATA = new byte[0]; field in DictionaryBackupAgent154 if (cursor == null) return EMPTY_DATA; in getDictionary()158 return EMPTY_DATA; in getDictionary()184 return EMPTY_DATA; in getDictionary()
45 private static final byte[] EMPTY_DATA = new byte[0]; field in Http51 return post(uri, Headers.NONE, EMPTY_DATA); in post()57 return post(uri, headers, EMPTY_DATA); in post()