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

  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
BluetoothMapMessage.java 22 public final class BluetoothMapMessage implements Parcelable {
53 public static final Parcelable.Creator<BluetoothMapMessage> CREATOR =
54 new Parcelable.Creator<BluetoothMapMessage>() {
55 public BluetoothMapMessage createFromParcel(Parcel in) {
56 return new BluetoothMapMessage(in);
59 public BluetoothMapMessage[] newArray(int size) {
60 return new BluetoothMapMessage[size];
64 public BluetoothMapMessage() { }
114 private BluetoothMapMessage(Parcel in) {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapMessage.java 33 public class BluetoothMapMessage {
77 BluetoothMapMessage(HashMap<String, String> attrs) throws IllegalArgumentException {

Completed in 88 milliseconds