Searched refs:UNSET (Results 1 – 2 of 2) sorted by relevance
64 private static Optional UNSET = new Optional(false, null); field in InstallSessionParamsUnitTest117 if (changingParameterValue == UNSET) { in getSingleParameterChangingTests()119 singleTestParams.add(UNSET); in getSingleParameterChangingTests()180 Object[] unset = {UNSET}; in getParameters()
530 public static final int UNSET = -1; field in DecodeAccuracyTestBase.SimplePlayer.PlayerResult552 this(false, false, false, UNSET); in PlayerResult()556 return new PlayerResult(true, false, false, UNSET); in failToStart()576 return configureSuccess && startSuccess && decodeSuccess && getTotalTime() != UNSET; in isSuccess()