Home
last modified time | relevance | path

Searched refs:CHANNEL (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioRecordHelper.java23 private static final int CHANNEL = AudioFormat.CHANNEL_CONFIGURATION_MONO; field in AudioRecordHelper
41 tmpBufferSize = AudioRecord.getMinBufferSize(rate, CHANNEL, ENCODING); in AudioRecordHelper()
42 AudioRecord testAudioRecord = new AudioRecord(source, rate, CHANNEL, ENCODING, in AudioRecordHelper()
76 audioRecord = new AudioRecord(source, sampleRate, CHANNEL, ENCODING, bufferSize); in start()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java50 private static final NotificationChannel CHANNEL = new NotificationChannel("id", "name", field in NotificationTest
78 mNotification = new Notification.Builder(mContext, CHANNEL.getId()).build();
79 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
94 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
206 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
221 assertEquals(CHANNEL.getId(), mNotification.getChannelId());
240 mNotification = new Notification.Builder(mContext, CHANNEL.getId())
/cts/tools/dex-tools/dex/
Dclasses.out.dex119700 public static final int CHANNEL