Searched refs:WORK_TAB (Results 1 – 4 of 4) sorted by relevance
22 import static com.android.settings.dashboard.profileselector.ProfileSelectFragment.WORK_TAB;80 bundle.putInt(SettingsActivity.EXTRA_SHOW_FRAGMENT_TAB, WORK_TAB); in getTabId_setArgumentWork_setCorrectTab()82 assertThat(mFragment.getTabId(mActivity, bundle)).isEqualTo(WORK_TAB); in getTabId_setArgumentWork_setCorrectTab()101 assertThat(mFragment.getTabId(mActivity, bundle)).isEqualTo(WORK_TAB); in getTabId_setWorkId_getCorrectTab()121 assertThat(mFragment.getTabId(mActivity, null)).isEqualTo(WORK_TAB); in getTabId_setPersonalIdByIntent_getCorrectTab()
98 public static final int WORK_TAB = 1; field in ProfileSelectFragment189 return WORK_TAB; in getTabId()195 return WORK_TAB; in getTabId()
20 import static com.android.settings.dashboard.profileselector.ProfileSelectFragment.WORK_TAB;455 mIsWorkProfile ? WORK_TAB : PERSONAL_TAB); in getWorkAnnotatedBundle()
260 .isEqualTo(ProfileSelectFragment.WORK_TAB); in launchAppsIntent_forWork_settingsIntent()