Searched refs:INVALID_BUNDLE (Results 1 – 1 of 1) sorted by relevance
52 private static final PersistableBundle INVALID_BUNDLE = field in RadarTests65 () -> RadarOpenSessionParams.fromBundle(INVALID_BUNDLE)); in testOpenSessionParams_fromBundleWithInvalidProtocol()157 () -> RadarSpecificationParams.fromBundle(INVALID_BUNDLE)); in testSpecificationParams_fromBundleWithInvalidProtocol()197 IllegalArgumentException.class, () -> RadarSweepData.fromBundle(INVALID_BUNDLE)); in testRadarSweepData_fromBundleWithInvalidProtocol()275 assertThrows(IllegalArgumentException.class, () -> RadarData.fromBundle(INVALID_BUNDLE)); in testRadarData_fromBundleWithInvalidProtocol()