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 | 220 int messageValue) {}; in onReceivedDeviceToDeviceMessage() argument 320 public void onReceivedDeviceToDeviceMessage(Call call, int messageType, int messageValue) {} in onReceivedDeviceToDeviceMessage() argument 4562 int messageValue = extras.getInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE); 4564 l.onReceivedDeviceToDeviceMessage(this, messageType, messageValue);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 3873 int messageValue = extras.getInt(Connection.EXTRA_DEVICE_TO_DEVICE_MESSAGE_VALUE); in handleOutgoingDeviceToDeviceMessage() local 3879 messageValue); in handleOutgoingDeviceToDeviceMessage() 3883 messageValue); in handleOutgoingDeviceToDeviceMessage() 3887 .getKey(messageValue); in handleOutgoingDeviceToDeviceMessage() 3891 .getKey(messageValue); in handleOutgoingDeviceToDeviceMessage() 3902 messageType, messageValue); in handleOutgoingDeviceToDeviceMessage()
|
/packages/services/Telephony/src/com/android/phone/ |
D | TelephonyShellCommand.java | 1253 int messageValue = -1; in handleD2dSendCommand() local 1273 messageValue = Integer.parseInt(arg); in handleD2dSendCommand() 1280 mInterface.sendDeviceToDeviceMessage(messageType, messageValue); in handleD2dSendCommand()
|