Searched refs:isAndroidSupported (Results 1 – 2 of 2) sorted by relevance
34 boolean isAndroidSupported) { in testParse() argument39 Assert.assertEquals(isAndroidSupported, encoding.isAndroidSupported()); in testParse()47 boolean isAndroidSupported) { in testParseMany() argument49 testParse(input, encodingType, encodingStr, propId, isAndroidSupported); in testParseMany()123 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding()132 Assert.assertFalse(encoding.isAndroidSupported()); in testCreateProprietaryEncoding_emptyId()
154 public boolean isAndroidSupported() { in isAndroidSupported() method in BipEncoding