Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DMetricsLogger.java395 return getSha256String(matchedString); in getAllowlistedDeviceNameHash()
411 return getSha256String(matchedString); in logAllowlistedDeviceNameHash()
415 String sha256 = getSha256String(matchedString); in statslogBluetoothDeviceNames()
421 protected static String getSha256String(String name) { in getSha256String() method in MetricsLogger
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DMetricsLoggerTest.java251 String sha256 = MetricsLogger.getSha256String(entry.getValue()); in testDeviceNameToSha()