public class DataUsageStatUpdater extends Object
ContactsContract.Contacts
Modifier and Type | Class and Description |
---|---|
static class |
DataUsageStatUpdater.DataUsageFeedback
Copied from API in ICS (not available before it).
|
Constructor and Description |
---|
DataUsageStatUpdater(Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
updateWithAddress(Collection<String> addresses)
Update usage statistics information using a list of email addresses.
|
boolean |
updateWithPhoneNumber(Collection<String> numbers)
Update usage statistics information using a list of phone numbers.
|
boolean |
updateWithRfc822Address(Collection<CharSequence> texts)
Updates usage statistics using comma-separated RFC822 address like
"Joe
|
public DataUsageStatUpdater(Context context)
public boolean updateWithRfc822Address(Collection<CharSequence> texts)
public boolean updateWithAddress(Collection<String> addresses)
update(Collection, Collection, String)
public boolean updateWithPhoneNumber(Collection<String> numbers)
update(Collection, Collection, String)