Searched refs:getActiveProfile (Results 1 – 3 of 3) sorted by relevance
887 if (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_WORK) {1193 && (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)) {1344 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1349 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1468 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1473 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1534 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1539 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1593 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)1598 (mMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL)
894 (mChooserMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL) in maybeAutolaunchIfCrossProfileSupported()899 (mChooserMultiProfilePagerAdapter.getActiveProfile() == PROFILE_PERSONAL) in maybeAutolaunchIfCrossProfileSupported()1655 if (mChooserMultiProfilePagerAdapter.getActiveProfile() == findSelectedProfile()) {2274 int currentProfile = mChooserMultiProfilePagerAdapter.getActiveProfile();
365 public final @ProfileType int getActiveProfile() { in getActiveProfile() method in MultiProfilePagerAdapter