HomeSort by relevance Sort by last modified time
    Searched refs:addrType (Results 1 - 8 of 8) 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 496 int addrType = c.getInt(2);
497 switch (addrType) {
501 addrType);
508 addrType);
511 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;
  /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 

Completed in 553 milliseconds