Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaMetricsTest.java67 assertEquals(0, bundle.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBasicItem()
68 assertEquals(key.length() + 1, bundle.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBasicItem()
106 assertEquals(0, bundle.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBigItem()
107 assertEquals(key.length() + 1, bundle.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBigItem()
124 assertEquals(0, bundle2.getChar(MediaMetrics.Item.BUNDLE_VERSION)); in testBigItem()
125 assertEquals(key.length() + 1, bundle2.getChar(MediaMetrics.Item.BUNDLE_KEY_SIZE)); in testBigItem()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java264 assertEquals((char)0, mBundle.getChar(KEY1)); in testGetChar1()
266 assertEquals(c, mBundle.getChar(KEY1)); in testGetChar1()
268 assertEquals(c, mBundle.getChar(KEY1)); in testGetChar1()
276 assertEquals(c1, mBundle.getChar(KEY1, c1)); in testGetChar2()
278 assertEquals(c2, mBundle.getChar(KEY1, c1)); in testGetChar2()
280 assertEquals(c2, mBundle.getChar(KEY1, 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/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java204 sValue = (short) ((decodedBuf.getChar(i) - 128) * in run()
/cts/tests/signature/lib/common/src/android/signature/cts/
DApiComplianceChecker.java509 return convertCharToCanonicalValue(deviceField.getChar(null)); in getFieldValueAsString()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt32763 method public char getChar(String);
32764 method public char getChar(String, char);