Home
last modified time | relevance | path

Searched refs:STRING_ENCODING (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/remoteaccess/
DRemoteAccessStorage.java143 private static final String STRING_ENCODING = "UTF-8"; field in RemoteAccessStorage.ClientIdTable
179 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()