Searched refs:STRING_ENCODING (Results 1 – 1 of 1) sorted by relevance
143 private static final String STRING_ENCODING = "UTF-8"; field in RemoteAccessStorage.ClientIdTable179 return new ClientIdEntry(new String(data, STRING_ENCODING), in queryClientIdEntry()211 entries.add(new ClientIdEntry(new String(data, STRING_ENCODING), in queryClientIdEntries()225 data = CarServiceUtils.encryptData(entry.clientId.getBytes(STRING_ENCODING), in replaceEntry()