Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DAdapterServiceTest.java726 HashMap<String, String> metricsSection = adapterConfig.get("Metrics"); in getMetricsSalt() local
727 if (metricsSection == null) { in getMetricsSalt()
731 String saltString = metricsSection.get("Salt256Bit"); in getMetricsSalt()
733 Log.e(TAG, "Salt256Bit is null: " + metricsSection.toString()); in getMetricsSalt()