Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DHSIconFileElementTest.java50 if (statusCode != HSIconFileElement.STATUS_CODE_SUCCESS) { in getTestData()
81 ByteBuffer buffer = ByteBuffer.wrap(getTestData(HSIconFileElement.STATUS_CODE_SUCCESS)); in parseTruncatedBuffer()
94 ByteBuffer buffer = ByteBuffer.wrap(getTestData(HSIconFileElement.STATUS_CODE_SUCCESS)); in parseBufferWithIconData()
96 HSIconFileElement.STATUS_CODE_SUCCESS, TEST_ICON_TYPE, TEST_ICON_DATA); in parseBufferWithIconData()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DHSIconFileElement.java50 public static final int STATUS_CODE_SUCCESS = 0; field in HSIconFileElement
78 if (status != STATUS_CODE_SUCCESS) { in parse()