Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/support_lib/test/
DRadarTests.java52 private static final PersistableBundle INVALID_BUNDLE = field in RadarTests
65 () -> 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()