/frameworks/base/core/java/android/hardware/hdmi/ |
IHdmiVendorCommandListener.aidl | 26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId);
|
HdmiClient.java | 100 public void onReceived(int srcAddress, int destAddress, byte[] params, 102 listener.onReceived(srcAddress, destAddress, params, hasVendorId);
|
HdmiControlManager.java | 358 * @param destAddress destination logical address 363 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId);
|
/frameworks/base/core/java/android/service/carrier/ |
ICarrierMessagingService.aidl | 50 * @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,
|
CarrierMessagingService.java | 171 * @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, destPort, callback) [all...] |
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
nrf24l01-transmitter.cxx | 34 uint8_t destAddress[5] = {0x01, 0x01, 0x01, 0x01, 0x01}; 57 comm->setDestinationAddress ((uint8_t *) destAddress);
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
NRF24L01_transmitterSample.java | 30 static private final byte[] destAddress = {0x01, 0x01, 0x01, 0x01, 0x01}; 51 comm.setDestinationAddress(destAddress);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/ |
SmsEnvelope.java | 91 public CdmaSmsAddress destAddress;
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
NewDeviceAction.java | 141 private boolean mayProcessCommandIfCached(int destAddress, int opcode) { 142 HdmiCecMessage message = getCecMessageCache().getMessage(destAddress, opcode);
|
HdmiControlService.java | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
InetAddressTest.java | 403 for (InetAddress destAddress : localAddresses) { 404 assertTrue(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT)); 409 InetAddress destAddress = InetAddress.getByName("www.google.com"); 410 assertFalse(destAddress.isReachable(loopbackInterface, TTL, TIME_OUT));
|
/libcore/ojluni/src/main/native/ |
DatagramChannelImpl.c | 226 jint len, jobject destAddress, jint destPort) 238 if (NET_InetAddressToSockaddr(env, destAddress, destPort,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 388 * @param destAddress the destination address to test for possible short code 392 public int checkDestination(String destAddress, String countryIso) { 395 if (PhoneNumberUtils.isEmergencyNumber(destAddress, countryIso)) { 420 return mCurrentPatternMatcher.getNumberCategory(destAddress); 424 if (destAddress.length() <= 5) {
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsUsageMonitorShortCodeTest.java | 64 ShortCodeTest(String countryIso, String destAddress, int category) { 66 this.address = destAddress;
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
SmsUsageMonitorShortCodeTest.java | 39 ShortCodeTest(String countryIso, String destAddress, int category) { 41 this.address = destAddress;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
SmsMessage.java | [all...] |
/prebuilts/sdk/current/ |
android.jar | |
/prebuilts/sdk/system_current/ |
android.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |