Searched refs:getEncoding (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DOperation.java52 * <code>getEncoding()</code> will always return <code>null</code>. <BR>
162 String getEncoding(); method in interface:Operation
H A DClientOperation.java203 public String getEncoding() { method in class:ClientOperation
H A DServerOperation.java572 public String getEncoding() { method in class:ServerOperation
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java162 public String getEncoding() { method in class:CacheManager.CacheResult
H A DWebResourceResponse.java107 public String getEncoding() { method in class:WebResourceResponse
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessage.java118 public String getEncoding() { method in class:BluetoothMapBmessage
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java84 dest.writeInt(mix.getFormat().getEncoding());
145 textDump += " encoding=" + mix.getFormat().getEncoding() + "\n";
H A DAudioPolicy.java345 AudioFormat.CHANNEL_IN_STEREO, mix.getFormat().getEncoding()),
377 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java574 dest.writeInt(captureFormat.getEncoding());
593 result = prime * result + captureFormat.getEncoding();
629 if (captureFormat.getEncoding() != other.captureFormat.getEncoding())
646 (", encoding=" + captureFormat.getEncoding()))
965 dest.writeInt(captureFormat.getEncoding());
1012 (", encoding=" + captureFormat.getEncoding()))
/frameworks/base/media/java/android/media/
H A DAudioFormat.java308 public int getEncoding() { method in class:AudioFormat
H A DAudioRecord.java310 encoding = format.getEncoding();
H A DAudioTrack.java426 encoding = format.getEncoding();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java329 response.getEncoding(),

Completed in 222 milliseconds