Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetailsTest.java76 assertThat(InteractAcrossProfilesDetails.getPreferenceSummary( in getPreferenceSummary_appOpAllowed_returnsAllowed()
99 assertThat(InteractAcrossProfilesDetails.getPreferenceSummary( in getPreferenceSummary_appOpNotAllowed_returnsNotAllowed()
112 assertThat(InteractAcrossProfilesDetails.getPreferenceSummary( in getPreferenceSummary_noWorkProfile_returnsNotAllowed()
DInteractAcrossProfilesPreferenceControllerTest.java78 .isEqualTo(InteractAcrossProfilesDetails.class); in getDetailFragmentClass_shouldReturnInteractAcrossProfilesDetails()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesSettings.java88 pref.setSummary(InteractAcrossProfilesDetails.getPreferenceSummary( in onResume()
93 AppInfoBase.startAppInfoFragment(InteractAcrossProfilesDetails.class, in onResume()
183 app -> !InteractAcrossProfilesDetails.isInteractAcrossProfilesEnabled( in getNumberOfEnabledApps()
DInteractAcrossProfilesDetailsPreferenceController.java48 return InteractAcrossProfilesDetails.class; in getDetailFragmentClass()
52 return InteractAcrossProfilesDetails.getPreferenceSummary(mContext, mPackageName); in getPreferenceSummary()
DInteractAcrossProfilesDetails.java59 public class InteractAcrossProfilesDetails extends AppInfoBase class
/packages/apps/Settings/src/com/android/settings/core/gateway/
DSettingsGateway.java50 …m.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails;
309 InteractAcrossProfilesDetails.class.getName(),