Home
last modified time | relevance | path

Searched refs:messageValue (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallDiagnosticServiceController.java156 public void onReceivedDeviceToDeviceMessage(Call call, int messageType, int messageValue) {
157 handleReceivedDeviceToDeviceMessage(call, messageType, messageValue);
667 int messageValue) { in handleReceivedDeviceToDeviceMessage() argument
671 messageValue); in handleReceivedDeviceToDeviceMessage() local
DCall.java201 int messageValue) {}; in onReceivedDeviceToDeviceMessage() argument
299 public void onReceivedDeviceToDeviceMessage(Call call, int messageType, int messageValue) {} in onReceivedDeviceToDeviceMessage() argument
4396 int messageValue = extras.getInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE); in onConnectionEvent() local
4398 l.onReceivedDeviceToDeviceMessage(this, messageType, messageValue); in onConnectionEvent()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java3871 int messageValue = extras.getInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE); in handleOutgoingDeviceToDeviceMessage() local
3877 messageValue); in handleOutgoingDeviceToDeviceMessage()
3881 messageValue); in handleOutgoingDeviceToDeviceMessage()
3885 .getKey(messageValue); in handleOutgoingDeviceToDeviceMessage()
3889 .getKey(messageValue); in handleOutgoingDeviceToDeviceMessage()
3900 messageType, messageValue); in handleOutgoingDeviceToDeviceMessage()
/packages/services/Telephony/src/com/android/phone/
DTelephonyShellCommand.java1188 int messageValue = -1; in handleD2dSendCommand() local
1208 messageValue = Integer.parseInt(arg); in handleD2dSendCommand()
1215 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()