Searched refs:UNSET (Results 1 – 2 of 2) sorted by relevance
59 private static Optional UNSET = new Optional(false, null); field in InstallSessionParamsUnitTest102 if (changingParameterValue == UNSET) { in getSingleParameterChangingTests()104 singleTestParams.add(UNSET); in getSingleParameterChangingTests()162 Object[] unset = {UNSET}; in getParameters()
528 public static final int UNSET = -1; field in DecodeAccuracyTestBase.SimplePlayer.PlayerResult550 this(false, false, false, UNSET); in PlayerResult()554 return new PlayerResult(true, false, false, UNSET); in failToStart()574 return configureSuccess && startSuccess && decodeSuccess && getTotalTime() != UNSET; in isSuccess()