Searched refs:BUFFER_LENGTH (Results 1 – 2 of 2) sorted by relevance
31 private static final int BUFFER_LENGTH = 2; field in EapSimAkaAttributeTest48 ByteBuffer result = ByteBuffer.allocate(BUFFER_LENGTH); in testEncode()
85 final int BUFFER_LENGTH = NetdEventListenerService.WAKEUP_EVENT_BUFFER_LENGTH; in testWakeupEventLogging() local137 for (int i = 0; i < BUFFER_LENGTH * 2; i++) { in testWakeupEventLogging()143 int expectedLength3 = BUFFER_LENGTH + 2; // +2 for the WakeupStats headers in testWakeupEventLogging()