Searched refs:destAddress (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiVendorCommandListener.aidl26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId);
H A DHdmiClient.java100 public void onReceived(int srcAddress, int destAddress, byte[] params,
102 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
H A DHdmiControlManager.java358 * @param destAddress destination logical address
363 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); argument
/frameworks/base/core/java/android/service/carrier/
H A DICarrierMessagingService.aidl50 * @param destAddress phone number of the recipient of the message
54 void sendTextSms(String text, int subId, String destAddress, int sendSmsFlag,
64 * @param destAddress phone number of the recipient of the message
69 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
79 * @param destAddress phone number of the recipient of the message
83 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
H A DCarrierMessagingService.java171 * @param destAddress phone number of the recipient of the message
176 @NonNull String text, int subId, @NonNull String destAddress,
190 * @param destAddress phone number of the recipient of the message
196 @NonNull String text, int subId, @NonNull String destAddress,
199 onSendTextSms(text, subId, destAddress, callback);
208 * @param destAddress phone number of the recipient of the message
214 @NonNull String destAddress, int destPort,
228 * @param destAddress phone number of the recipient of the message
235 @NonNull String destAddress, int destPort, int sendSmsFlag,
238 onSendDataSms(data, subId, destAddress, destPor
175 onSendTextSms( @onNull String text, int subId, @NonNull String destAddress, @NonNull ResultCallback<SendSmsResult> callback) argument
195 onSendTextSms( @onNull String text, int subId, @NonNull String destAddress, int sendSmsFlag, @NonNull ResultCallback<SendSmsResult> callback) argument
213 onSendDataSms(@onNull byte[] data, int subId, @NonNull String destAddress, int destPort, @NonNull ResultCallback<SendSmsResult> callback) argument
234 onSendDataSms(@onNull byte[] data, int subId, @NonNull String destAddress, int destPort, int sendSmsFlag, @NonNull ResultCallback<SendSmsResult> callback) argument
251 onSendMultipartTextSms(@onNull List<String> parts, int subId, @NonNull String destAddress, @NonNull ResultCallback<SendMultipartSmsResult> callback) argument
272 onSendMultipartTextSms(@onNull List<String> parts, int subId, @NonNull String destAddress, int sendSmsFlag, @NonNull ResultCallback<SendMultipartSmsResult> callback) argument
477 sendTextSms(String text, int subId, String destAddress, int sendSmsFlag, final ICarrierMessagingCallback callback) argument
489 sendDataSms(byte[] data, int subId, String destAddress, int destPort, int sendSmsFlag, final ICarrierMessagingCallback callback) argument
501 sendMultipartTextSms(List<String> parts, int subId, String destAddress, int sendSmsFlag, final ICarrierMessagingCallback callback) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
H A DSmsEnvelope.java91 public CdmaSmsAddress destAddress; field in class:SmsEnvelope
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DNewDeviceAction.java141 private boolean mayProcessCommandIfCached(int destAddress, int opcode) { argument
142 HdmiCecMessage message = getCecMessageCache().getMessage(destAddress, opcode);
H A DHdmiControlService.java2143 boolean invokeVendorCommandListenersOnReceived(int deviceType, int srcAddress, int destAddress, argument
2154 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java388 * @param destAddress the destination address to test for possible short code
392 public int checkDestination(String destAddress, String countryIso) { argument
395 if (PhoneNumberUtils.isEmergencyNumber(destAddress, countryIso)) {
420 return mCurrentPatternMatcher.getNumberCategory(destAddress);
424 if (destAddress.length() <= 5) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSmsUsageMonitorShortCodeTest.java40 ShortCodeTest(String countryIso, String destAddress, int category) { argument
42 this.address = destAddress;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DSmsMessage.java903 envelope.destAddress = destAddr;

Completed in 218 milliseconds