Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java690 HashMap<String, String> metricsSection = adapterConfig.get("Metrics"); in getMetricsSalt() local
691 if (metricsSection == null) { in getMetricsSalt()
695 String saltString = metricsSection.get("Salt256Bit"); in getMetricsSalt()
697 Log.e(TAG, "Salt256Bit is null: " + metricsSection.toString()); in getMetricsSalt()