(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses)
| 222 | } |
| 223 | |
| 224 | @NonNull |
| 225 | static ContactInfo[] get(Context context, long account, String folderType, String selector, boolean dmarc, Address[] addresses) { |
| 226 | return get(context, account, folderType, selector, dmarc, addresses, false); |
| 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); |
no test coverage detected