HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothCodecStatus (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SettingsLib/tests/robotests/src/android/bluetooth/
BluetoothCodecStatus.java 22 public class BluetoothCodecStatus {
  /frameworks/base/core/java/android/bluetooth/
BluetoothCodecStatus.java 33 public final class BluetoothCodecStatus implements Parcelable {
47 public BluetoothCodecStatus(BluetoothCodecConfig codecConfig,
57 if (o instanceof BluetoothCodecStatus) {
58 BluetoothCodecStatus other = (BluetoothCodecStatus) o;
108 public static final Parcelable.Creator<BluetoothCodecStatus> CREATOR =
109 new Parcelable.Creator<BluetoothCodecStatus>() {
110 public BluetoothCodecStatus createFromParcel(Parcel in) {
118 return new BluetoothCodecStatus(codecConfig,
123 public BluetoothCodecStatus[] newArray(int size)
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 139 milliseconds