HomeSort by relevance Sort by last modified time
    Searched refs:addrType (Results 1 - 6 of 6) sorted by null

  /external/nist-sip/java/gov/nist/core/
Host.java 106 * @param addrType int to set
108 public Host(String name, int addrType) {
112 setHost(name, addrType);
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 495 int addrType = c.getInt(2);
496 switch (addrType) {
500 addrType);
507 addrType);
510 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageValidator.java 189 private void addValidationInfo(int opcode, ParameterValidator validator, int addrType) {
190 mValidationInfo.append(opcode, new ValidationInfo(validator, addrType));
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 239 postCall('getaddrinfo', name, family, function(name, addrType) {
254 postCall('gethostbyname', name, function(name, addrType) {
257 common.logMessage('h_addr_type = ' + addrType + '.');
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 479 DL_ADDRESS_TYPE addrType;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]

Completed in 2148 milliseconds