Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DSoftApConfigurationTest.java42 private static final String TEST_CHAR_SET_AS_STRING = "abcdefghijklmnopqrstuvwxyz0123456789"; field in SoftApConfigurationTest
68 index = random.nextInt(TEST_CHAR_SET_AS_STRING.length()); in generateRandomString()
69 stringBuilder.append(TEST_CHAR_SET_AS_STRING.charAt(index)); in generateRandomString()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiApConfigStoreTest.java75 private static final String TEST_CHAR_SET_AS_STRING = "abcdefghijklmnopqrstuvwxyz0123456789"; field in WifiApConfigStoreTest
628 index = mRandom.nextInt(TEST_CHAR_SET_AS_STRING.length()); in generateRandomString()
629 stringBuilder.append(TEST_CHAR_SET_AS_STRING.charAt(index)); in generateRandomString()