Home
last modified time | relevance | path

Searched refs:sEmptyContactList (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java1719 private static ContactList sEmptyContactList; field in ComposeMessageActivity
1728 if (sEmptyContactList == null) { in getRecipients()
1729 sEmptyContactList = new ContactList(); in getRecipients()
1731 return sEmptyContactList; in getRecipients()