Home | History | Annotate | Download | only in pdu

Lines Matching defs:addrType

495                         int addrType = c.getInt(2);
496 switch (addrType) {
500 addrType);
507 addrType);
510 Log.e(TAG, "Unknown address type: " + addrType);
1059 for (int addrType : ADDRESS_FIELDS) {
1061 if (addrType == PduHeaders.FROM) {
1062 EncodedStringValue v = headers.getEncodedStringValue(addrType);
1068 array = headers.getEncodedStringValues(addrType);
1073 updateAddress(msgId, addrType, array);
1074 if (addrType == PduHeaders.TO) {
1320 for (int addrType : ADDRESS_FIELDS) {
1322 if (addrType == PduHeaders.FROM) {
1323 EncodedStringValue v = header.getEncodedStringValue(addrType);
1329 array = header.getEncodedStringValues(addrType);
1331 addressMap.put(addrType, array);
1452 for (int addrType : ADDRESS_FIELDS) {
1453 EncodedStringValue[] array = addressMap.get(addrType);
1455 persistAddress(msgId, addrType, array);