Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java3369 Pair<String, String> l2KeyAndCluster = Pair.create("Wad", "Gab"); in testScoreCardNoteConnectionComplete() local
3370 when(mWifiScoreCard.getL2KeyAndGroupHint(any())).thenReturn(l2KeyAndCluster); in testScoreCardNoteConnectionComplete()