Uses of Interface
uicc.contactmanager.GroupView

Uses of GroupView in uicc.contactmanager
 

Methods in uicc.contactmanager that return GroupView
 GroupView GroupsListView.createGroupViewInstance()
           Factory method used to create a GroupView instance.
 

Methods in uicc.contactmanager with parameters of type GroupView
 void GroupsListView.selectGroup(GroupView groupView, int groupIdentifier)
           Binds a GroupView instance to a group that matches the provided groupIdentifier.
 int GroupsListView.selectNextGroup(GroupView groupView)
           Binds a GroupView instance with the next group in the current enumeration.