Searched defs:destinationPort (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DVisualVoicemailSmsFilterSettings.java111 * @param destinationPort The destination port, or {@link #DESTINATION_PORT_ANY}, or {@link
114 public Builder setDestinationPort(int destinationPort) { argument
115 mDestinationPort = destinationPort;
138 public final int destinationPort; field in class:VisualVoicemailSmsFilterSettings
146 destinationPort = builder.mDestinationPort;
176 dest.writeInt(destinationPort);
184 + ", destinationPort=" + destinationPort
H A DSmsMessage.java504 * @param destinationPort the port to deliver the message to at the
512 String destinationAddress, short destinationPort, byte[] data,
518 destinationAddress, destinationPort, data, statusReportRequested);
521 destinationAddress, destinationPort, data, statusReportRequested);
511 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
H A DSmsManager.java552 * @param destinationPort the port to deliver the message to
574 String destinationAddress, String scAddress, short destinationPort,
587 destinationAddress, scAddress, destinationPort & 0xFFFF,
601 String destinationAddress, String scAddress, short destinationPort,
615 destinationPort & 0xFFFF, data, sentIntent, deliveryIntent);
573 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
600 sendDataMessageWithSelfPermissions( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
/frameworks/opt/telephony/src/java/android/telephony/gsm/
H A DSmsManager.java141 * @param destinationPort the port to deliver the message to
162 String destinationAddress, String scAddress, short destinationPort,
164 mSmsMgrProxy.sendDataMessage(destinationAddress, scAddress, destinationPort,
161 sendDataMessage( String destinationAddress, String scAddress, short destinationPort, byte[] data, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
H A DSmsMessage.java290 * @param destinationPort the port to deliver the message to at the
300 String destinationAddress, short destinationPort, byte[] data,
307 destinationAddress, destinationPort, data, statusReportRequested);
310 destinationAddress, destinationPort, data, statusReportRequested);
299 getSubmitPdu(String scAddress, String destinationAddress, short destinationPort, byte[] data, boolean statusReportRequested) argument
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DSmsMessage.java395 * @param destinationPort the port to deliver the message to at the
403 String destinationAddress, int destinationPort, byte[] data,
407 portAddrs.destPort = destinationPort;
402 getSubmitPdu(String scAddress, String destinationAddress, int destinationPort, byte[] data, boolean statusReportRequested) argument

Completed in 131 milliseconds