Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapEmailSettingsAdapter.java127 …BluetoothMapEmailSettingsItem parentGroup = (BluetoothMapEmailSettingsItem)getGroup(groupPosition); in getChildView()
199 public BluetoothMapEmailSettingsItem getGroup(int groupPosition) { in getGroup() method in BluetoothMapEmailSettingsAdapter
241 final BluetoothMapEmailSettingsItem groupItem = getGroup(groupPosition); in getGroupView()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java583 final AccountDisplay account = (AccountDisplay)this.getGroup(groupPosition); in getGroupView()
660 public Object getGroup(int groupPosition) { in getGroup() method in CustomContactListFilterActivity.DisplayAdapter
711 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition); in onChildClick()
753 final AccountDisplay account = (AccountDisplay)mAdapter.getGroup(groupPosition); in onCreateContextMenu()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java299 public UserHandle getGroup(int groupPosition) { in getGroup() method in TrustedCredentialsSettings.TrustedCertificateExpandableAdapter
328 final UserHandle profile = getGroup(groupPosition); in getGroupView()
/packages/apps/Browser/src/com/android/browser/
DDateSortedExpandableListAdapter.java325 public Object getGroup(int groupPosition) { in getGroup() method in DateSortedExpandableListAdapter
/packages/apps/Browser/src/com/android/browser/view/
DBookmarkExpandableView.java361 public Object getGroup(int groupPosition) { in getGroup() method in BookmarkExpandableView.BookmarkAccountAdapter