/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/ |
D | AudioCodecTest.java | 23 private void assertEquals(AudioCodec codec, int type, String rtpmap, String fmtp) { in assertEquals() argument 25 assertEquals(codec.type, type); in assertEquals() 27 assertTrue(codec.type >= 96 && codec.type <= 127); in assertEquals() 29 assertEquals(codec.rtpmap.compareToIgnoreCase(rtpmap), 0); in assertEquals() 30 assertEquals(codec.fmtp, fmtp); in assertEquals() 68 for (AudioCodec codec : codecs) { in testGetCodecs() 69 assertFalse(types[codec.type]); in testGetCodecs() 70 types[codec.type] = true; in testGetCodecs()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | MimeUtility.java | 37 import org.apache.james.mime4j.codec.DecodeMonitor; 38 import org.apache.james.mime4j.codec.DecoderUtil; 39 import org.apache.james.mime4j.codec.EncoderUtil; 40 import org.apache.james.mime4j.codec.QuotedPrintableInputStream;
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | Address.java | 28 import org.apache.james.mime4j.codec.DecodeMonitor; 29 import org.apache.james.mime4j.codec.DecoderUtil; 30 import org.apache.james.mime4j.codec.EncoderUtil;
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionTest.java | 182 int codec = extras.getInt(Connection.EXTRA_AUDIO_CODEC, Connection.AUDIO_CODEC_NONE); in testCodecInIms() local 183 assertEquals(codec, Connection.AUDIO_CODEC_AMR); in testCodecInIms()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfig.java | 86 if (!Arrays.asList(selectableCodecs).stream().anyMatch(codec -> in setCodecConfigPreference() 87 codec.isMandatoryCodec())) { in setCodecConfigPreference()
|
D | A2dpService.java | 901 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() argument 904 return mAdapterService.setBufferLengthMillis(codec, value); in setBufferLengthMillis() 1482 public boolean setBufferLengthMillis(int codec, int value, AttributionSource source) { in setBufferLengthMillis() argument 1487 return service.setBufferLengthMillis(codec, value); in setBufferLengthMillis()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetNativeInterface.java | 137 private void onWBS(int codec, byte[] address) { in onWBS() argument 139 new HeadsetStackEvent(HeadsetStackEvent.EVENT_TYPE_WBS, codec, getDevice(address)); in onWBS()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 565 boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() argument 566 return mService.setBufferLengthMillisNative(codec, value); in setBufferLengthMillis()
|
D | AdapterService.java | 3833 public boolean setBufferLengthMillis(int codec, int value) { in setBufferLengthMillis() argument 3834 return mAdapterProperties.setBufferLengthMillis(codec, value); in setBufferLengthMillis() 3934 native boolean setBufferLengthMillisNative(int codec, int value); in setBufferLengthMillisNative() argument
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 1589 jint codec, jint size) { in setBufferLengthMillisNative() argument 1594 int ret = sBluetoothInterface->set_dynamic_audio_buffer_size(codec, size); in setBufferLengthMillisNative()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 1782 private int transformCodec(int codec) { in transformCodec() argument 1783 switch (codec) { in transformCodec()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | sv_wordlist.combined.gz |
|
D | de_wordlist.combined.gz |
|
D | hr_wordlist.combined.gz |
|
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |