Searched refs:BluetoothMapMessage (Results 1 – 6 of 6) sorted by relevance
22 public final class BluetoothMapMessage implements Parcelable { class53 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() { } in BluetoothMapMessage() method in BluetoothMapMessage114 private BluetoothMapMessage(Parcel in) { in BluetoothMapMessage() method in BluetoothMapMessage
20 import com.google.android.auto.mapservice.BluetoothMapMessage;55 void onGetMessage(in BluetoothMapMessage message); in onGetMessage()
24 import com.google.android.auto.mapservice.BluetoothMapMessage;58 boolean pushMessage(in IBluetoothMapServiceCallbacks callback, in BluetoothMapMessage message); in pushMessage()
150 public abstract void onGetMessage(BluetoothMapMessage msg); in onGetMessage()269 public void pushMessage(BluetoothMapMessage msg) { in pushMessage()516 public void onGetMessage(BluetoothMapMessage msg) { in onGetMessage()616 private void onGetMessage(final BluetoothMapMessage msg) { in onGetMessage()
19 parcelable BluetoothMapMessage;
43 import com.google.android.auto.mapservice.BluetoothMapMessage;241 service.pushMessage((BluetoothMapMessage) msg.obj); in handleMessage()335 (ArrayList<android.bluetooth.client.map.BluetoothMapMessage>) msg.obj); in handleMessage()412 BluetoothMapMessage message) { in pushMessage()619 BluetoothMapMessage retMsg = new BluetoothMapMessage(); in onGetMessage()624 retMsg.setType(BluetoothMapMessage.TYPE_SMS_GSM); in onGetMessage()627 retMsg.setType(BluetoothMapMessage.TYPE_SMS_CDMA); in onGetMessage()630 retMsg.setType(BluetoothMapMessage.TYPE_UNKNOWN); in onGetMessage()637 retMsg.setStatus(BluetoothMapMessage.STATUS_READ); in onGetMessage()640 retMsg.setStatus(BluetoothMapMessage.STATUS_UNREAD); in onGetMessage()[all …]