Searched refs:TEST_CHAR_SET_AS_STRING (Results 1 – 2 of 2) sorted by relevance
42 private static final String TEST_CHAR_SET_AS_STRING = "abcdefghijklmnopqrstuvwxyz0123456789"; field in SoftApConfigurationTest68 index = random.nextInt(TEST_CHAR_SET_AS_STRING.length()); in generateRandomString()69 stringBuilder.append(TEST_CHAR_SET_AS_STRING.charAt(index)); in generateRandomString()
75 private static final String TEST_CHAR_SET_AS_STRING = "abcdefghijklmnopqrstuvwxyz0123456789"; field in WifiApConfigStoreTest628 index = mRandom.nextInt(TEST_CHAR_SET_AS_STRING.length()); in generateRandomString()629 stringBuilder.append(TEST_CHAR_SET_AS_STRING.charAt(index)); in generateRandomString()