Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DClientModeImplTest.java3915 Pair<String, String> l2KeyAndCluster = Pair.create("Wad", "Gab"); in testScoreCardNoteConnectionComplete() local
3916 when(mWifiScoreCard.getL2KeyAndGroupHint(any())).thenReturn(l2KeyAndCluster); in testScoreCardNoteConnectionComplete()