Searched refs:upto (Results 1 – 1 of 1) sorted by relevance
286 VersionCodes upto = VersionCodes.parse("-191000070"); in testVersionCodes() local287 Assert.assertEquals(Long.MIN_VALUE, upto.minVersionCode); in testVersionCodes()288 Assert.assertEquals(191000070, upto.maxVersionCode); in testVersionCodes()