Searched refs:ChildAdapter (Results 1 – 1 of 1) sorted by relevance
292 final ChildAdapter adapter = groupAdapter.getChildAdapter(i); in addTab()445 public ChildAdapter getChildAdapter(int groupPosition) { in getChildAdapter()446 return new ChildAdapter(this, groupPosition); in getChildAdapter()515 private class ChildAdapter extends BaseAdapter implements View.OnClickListener, class in TrustedCredentialsSettings537 ChildAdapter.super.notifyDataSetChanged();542 ChildAdapter.super.notifyDataSetInvalidated();552 private ChildAdapter(GroupAdapter parent, int groupPosition) { in ChildAdapter() method in TrustedCredentialsSettings.ChildAdapter