Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentGridView.java42 void updateSelectionCount(final int count); in updateSelectionCount() method
81 updateSelectionCount(); in onItemCheckedChanged()
88 private void updateSelectionCount() { in updateSelectionCount() method in AttachmentGridView
91 mHost.updateSelectionCount(count); in updateSelectionCount()
DAttachmentChooserFragment.java145 public void updateSelectionCount(int count) { in updateSelectionCount() method in AttachmentChooserFragment