Home | History | Annotate | Download | only in pdu

Lines Matching refs:addrType

492                         int addrType = c.getInt(2);
493 switch (addrType) {
497 addrType);
504 addrType);
507 Log.e(TAG, "Unknown address type: " + addrType);
1053 for (int addrType : ADDRESS_FIELDS) {
1055 if (addrType == PduHeaders.FROM) {
1056 EncodedStringValue v = headers.getEncodedStringValue(addrType);
1062 array = headers.getEncodedStringValues(addrType);
1067 updateAddress(msgId, addrType, array);
1068 if (addrType == PduHeaders.TO) {
1314 for (int addrType : ADDRESS_FIELDS) {
1316 if (addrType == PduHeaders.FROM) {
1317 EncodedStringValue v = header.getEncodedStringValue(addrType);
1323 array = header.getEncodedStringValues(addrType);
1325 addressMap.put(addrType, array);
1432 for (int addrType : ADDRESS_FIELDS) {
1433 EncodedStringValue[] array = addressMap.get(addrType);
1435 persistAddress(msgId, addrType, array);