(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses)
| 227 | } |
| 228 | |
| 229 | static ContactInfo[] getCached(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses) { |
| 230 | return get(context, account, folderType, selector, dmarc, addresses, true); |
| 231 | } |
| 232 | |
| 233 | private static ContactInfo[] get(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses, boolean cacheOnly) { |
| 234 | if (addresses == null || addresses.length == 0) { |