Searched refs:getEncoding (Results 1 - 12 of 12) 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/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java71 dest.writeInt(mix.getFormat().getEncoding());
146 textDump += " encoding=" + mix.getFormat().getEncoding() + "\n";
/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/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java515 dest.writeInt(captureFormat.getEncoding());
534 result = prime * result + captureFormat.getEncoding();
570 if (captureFormat.getEncoding() != other.captureFormat.getEncoding())
587 (", encoding=" + captureFormat.getEncoding()))
906 dest.writeInt(captureFormat.getEncoding());
953 (", encoding=" + captureFormat.getEncoding()))
/frameworks/base/media/java/android/media/
H A DAudioFormat.java285 public int getEncoding() { method in class:AudioFormat
H A DAudioRecord.java305 encoding = format.getEncoding();
H A DAudioTrack.java426 encoding = format.getEncoding();
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewContentsClientAdapter.java325 response.getEncoding(),

Completed in 1619 milliseconds