Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaMetricsTest.java62 assertEquals(0, bundle.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBasicItem()
63 assertEquals(key.length() + 1, bundle.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBasicItem()
101 assertEquals(0, bundle.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBigItem()
102 assertEquals(key.length() + 1, bundle.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBigItem()
119 assertEquals(0, bundle2.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBigItem()
120 assertEquals(key.length() + 1, bundle2.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBigItem()
/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.java402 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()