Searched refs:parseGeekResponse (Results 1 – 3 of 3) sorted by relevance
198 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testParseGeekResponseFakeData()227 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testParseGeekResponseFakeDataWithBadCertTimeRange()255 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testExtraDeviceConfigEntriesDontFail()282 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testMissingDeviceConfigDoesntFail()313 GeekResponse resp = CborUtils.parseGeekResponse(mBaos.toByteArray()); in testMissingDeviceConfigEntriesDoesntFail()339 assertNull(CborUtils.parseGeekResponse(mBaos.toByteArray())); in testParseGeekResponseFailsOnWrongType()353 assertNull(CborUtils.parseGeekResponse(mBaos.toByteArray())); in testParseGeekResponseFailsOnWrongType()367 assertNull(CborUtils.parseGeekResponse(mBaos.toByteArray())); in testParseGeekResponseFailsOnWrongType()381 assertNull(CborUtils.parseGeekResponse(mBaos.toByteArray())); in testParseGeekResponseFailsOnWrongType()394 assertNull(CborUtils.parseGeekResponse(mBaos.toByteArray())); in testParseGeekResponseWrongSize()
208 public static GeekResponse parseGeekResponse(byte[] serverResp) { in parseGeekResponse() method in CborUtils
254 GeekResponse resp = CborUtils.parseGeekResponse(cborBytes); in fetchGeek()