Home | History | Annotate | Download | only in pdu

Lines Matching refs:addrType

480                         int addrType = c.getInt(2);
481 switch (addrType) {
485 addrType);
492 addrType);
495 Log.e(TAG, "Unknown address type: " + addrType);
873 for (int addrType : ADDRESS_FIELDS) {
875 if (addrType == PduHeaders.FROM) {
876 EncodedStringValue v = headers.getEncodedStringValue(addrType);
882 array = headers.getEncodedStringValues(addrType);
887 updateAddress(msgId, addrType, array);
888 if (addrType == PduHeaders.TO) {
1080 for (int addrType : ADDRESS_FIELDS) {
1082 if (addrType == PduHeaders.FROM) {
1083 EncodedStringValue v = header.getEncodedStringValue(addrType);
1089 array = header.getEncodedStringValues(addrType);
1091 addressMap.put(addrType, array);
1163 for (int addrType : ADDRESS_FIELDS) {
1164 EncodedStringValue[] array = addressMap.get(addrType);
1166 persistAddress(msgId, addrType, array);