Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java220 assertEquals((char)0, mBundle.getChar(KEY)); in testGetChar1()
222 assertEquals(c, mBundle.getChar(KEY)); in testGetChar1()
224 assertEquals(c, mBundle.getChar(KEY)); in testGetChar1()
231 assertEquals(c1, mBundle.getChar(KEY, c1)); in testGetChar2()
233 assertEquals(c2, mBundle.getChar(KEY, c1)); in testGetChar2()
235 assertEquals(c2, mBundle.getChar(KEY, c1)); in testGetChar2()
/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/
DPlatformInspectableProcessorTest.java350 public char getChar() { in getChar() method in PlatformInspectableProcessorTest.PrimitivePropertiesTest
386 assertEquals(node.getChar(), mPropertyReader.get("char")); in testPrimitiveProperties()
/cts/tests/signature/lib/common/src/android/signature/cts/
DApiComplianceChecker.java374 return convertCharToCanonicalValue(deviceField.getChar(null)); in getFieldValueAsString()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java204 sValue = (short) ((decodedBuf.getChar(i) - 128) * in run()