Searched refs:CHANNEL (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioRecordHelper.java | 23 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/ |
D | NotificationTest.java | 50 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/ |
D | classes.out.dex | 119700 public static final int CHANNEL
|