Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/dashboard/profileselector/
DProfileSelectFragment.java425 return profileTypeToTab(profileType); in getTabForPosition()
432 && profileTypeToTab(arguments.getInt(EXTRA_PROFILE)) == profileTab) { in getPositionForProfileTab()
440 private int profileTypeToTab(@ProfileType int profileType) { in profileTypeToTab() method in ProfileSelectFragment.ViewPagerAdapter