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

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapEventReport.java 42 NEW_MESSAGE("NewMessage"), DELIVERY_SUCCESS("DeliverySuccess"),
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
EventReport.java 201 NEW_MESSAGE("NewMessage"), DELIVERY_SUCCESS("DeliverySuccess"),
  /packages/apps/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 84 public static final String NEW_MESSAGE = "NM";
90 NEW_MESSAGE, MAILBOX_UPDATE, GREETINGS_UPDATE
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 48 private static final int NEW_MESSAGE = 0x0D;
329 case NEW_MESSAGE:
331 Log.w(TAG, "NEW_MESSAGE: Wrong length received: " + tagLength + " expected: "
    [all...]

Completed in 129 milliseconds