Searched defs:NEW_MESSAGE (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DEventReport.java201 NEW_MESSAGE("NewMessage"), DELIVERY_SUCCESS("DeliverySuccess"), enum constant in enum:EventReport.Type
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DOmtpConstants.java84 public static final String NEW_MESSAGE = "NM"; field in class:OmtpConstants
90 NEW_MESSAGE, MAILBOX_UPDATE, GREETINGS_UPDATE
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java48 private static final int NEW_MESSAGE = 0x0D; field in class:BluetoothMapAppParams
329 case NEW_MESSAGE:
331 Log.w(TAG, "NEW_MESSAGE: Wrong length received: " + tagLength + " expected: "
658 appParamBuf.put((byte) NEW_MESSAGE);

Completed in 100 milliseconds