Searched refs:messageValue (Results 1 – 4 of 4) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallDiagnosticServiceController.java | 156 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
|
D | Call.java | 201 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/ |
D | TelephonyConnection.java | 3871 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/ |
D | TelephonyShellCommand.java | 1188 int messageValue = -1; in handleD2dSendCommand() local 1208 messageValue = Integer.parseInt(arg); in handleD2dSendCommand() 1215 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()
|