Searched refs:GROUP_NAME_POSTFIX_LENGTH_MAX (Results 1 – 2 of 2) sorted by relevance
218 static final int GROUP_NAME_POSTFIX_LENGTH_MAX = 22; field in WifiP2pServiceImpl6772 if (rawBytes.length <= GROUP_NAME_POSTFIX_LENGTH_MAX) { in generateP2pSsidPostfix()6776 ByteBuffer bb = ByteBuffer.wrap(rawBytes, 0, GROUP_NAME_POSTFIX_LENGTH_MAX); in generateP2pSsidPostfix()6777 CharBuffer cb = CharBuffer.allocate(GROUP_NAME_POSTFIX_LENGTH_MAX); in generateP2pSsidPostfix()
4820 0, WifiP2pServiceImpl.GROUP_NAME_POSTFIX_LENGTH_MAX))); in testSetDeviceNameFailureWithANameLongerThanMaxPostfixLength()