Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DHSIconFileElementTest.java109 ByteBuffer.wrap(getTestData(HSIconFileElement.STATUS_CODE_FILE_NOT_FOUND)); in parseBufferWithoutIconData()
111 new HSIconFileElement(HSIconFileElement.STATUS_CODE_FILE_NOT_FOUND, null, null); in parseBufferWithoutIconData()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DHSIconFileElement.java51 public static final int STATUS_CODE_FILE_NOT_FOUND = 1; field in HSIconFileElement