HomeSort by relevance Sort by last modified time
    Searched refs:addrType (Results 1 - 13 of 13) 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);
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler-proxy/4.1.6.Final/
netty-handler-proxy-4.1.6.Final.jar 
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduPersister.java 494 int addrType = c.getInt(2);
495 switch (addrType) {
499 addrType);
506 addrType);
509 Log.e(TAG, "Unknown address type: " + addrType);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 510 final int addrType = c.getInt(2);
511 switch (addrType) {
515 addrType);
522 addrType);
525 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));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmtypes.h 479 DL_ADDRESS_TYPE addrType;
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.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 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 252 milliseconds