Searched refs:getByte (Results 1 – 10 of 10) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | SoundGenerator.java | 71 public byte[] getByte() { in getByte() method in SoundGenerator
|
D | AudioRecordHelper.java | 141 public byte[] getByte() { in getByte() method in AudioRecordHelper
|
D | HifiUltrasoundTestActivity.java | 128 wavAnalyzerTask = new WavAnalyzerTask(audioRecorder.getByte()); in onCreate() 292 play(SoundGenerator.getInstance().getByte(), Common.PLAYING_SAMPLE_RATE_HZ); in play()
|
D | HifiUltrasoundSpeakerTestActivity.java | 146 wavAnalyzerTask = new WavAnalyzerTask(audioRecorder.getByte()); in onCreate() 331 play(SoundGenerator.getInstance().getByte(), Common.PLAYING_SAMPLE_RATE_HZ); in play()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 176 assertEquals(0, mBundle.getByte(KEY)); in testGetByte1() 178 assertEquals(b, mBundle.getByte(KEY)); in testGetByte1() 180 assertEquals(b, mBundle.getByte(KEY)); in testGetByte1() 187 assertEquals((Byte)b1, mBundle.getByte(KEY, b1)); in testGetByte2() 189 assertEquals((Byte)b2, mBundle.getByte(KEY, b1)); in testGetByte2() 191 assertEquals((Byte)b2, mBundle.getByte(KEY, b1)); in testGetByte2()
|
/cts/tools/cfassembler/src/dxconvext/ |
D | ClassFileParser.java | 192 int b = ba.getByte(i); in processFileBytes()
|
/cts/tests/tests/location/src/android/location/cts/ |
D | AddressTest.java | 95 assertEquals(b, actual.getByte("key2")); in testAccessExtras()
|
D | LocationTest.java | 517 assertEquals(TEST_KEY2VALUE, bundle.getByte(TEST_KEY2NAME)); in assertTestBundle()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 2573 public byte getByte( 3012 public abstract byte getByte( 3015 public abstract byte getByte( 3514 public byte getByte( 3517 public byte getByte( 20315 public static byte getByte( 20758 public byte getByte( 36959 public abstract byte getByte( 36962 public abstract byte getByte( 68954 public abstract byte getByte( [all …]
|
D | classes.out.dex | 55042 public byte getByte( 55045 public java.lang.Byte getByte( 74648 int getByte()
|