Searched refs:tabUserIdOrPosition (Results 1 – 1 of 1) sorted by relevance
68 public Fragment createFragment(int tabUserIdOrPosition) { in createFragment() argument69 final int userId = getTabUserId(tabUserIdOrPosition); in createFragment()157 private int getTabUserId(int tabUserIdOrPosition) { in getTabUserId() argument159 final int userId = tabUserIdOrPosition; in getTabUserId()161 throw new IllegalArgumentException("Unidentified user id " + tabUserIdOrPosition); in getTabUserId()167 switch (tabUserIdOrPosition) { in getTabUserId()174 throw new IllegalArgumentException("Unidentified tab id " + tabUserIdOrPosition); in getTabUserId()