Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImplTest.java359 assertThat(mProvider.showWorkPolicyInfo(mContext)).isFalse(); in workPolicyInfo_unmanagedDevice_shouldDoNothing()
368 assertThat(mProvider.showWorkPolicyInfo(mContext)).isFalse(); in workPolicyInfo_deviceOwner_shouldResolveIntent()
373 assertThat(mProvider.showWorkPolicyInfo(mContext)).isTrue(); in workPolicyInfo_deviceOwner_shouldResolveIntent()
385 assertThat(mProvider.showWorkPolicyInfo(mContext)).isFalse(); in workPolicyInfo_profileOwner_shouldResolveIntent()
390 assertThat(mProvider.showWorkPolicyInfo(mContext)).isTrue(); in workPolicyInfo_profileOwner_shouldResolveIntent()
405 assertThat(mProvider.showWorkPolicyInfo(mContext)).isFalse(); in workPolicyInfo_comp_shouldUseDeviceOwnerIntent()
410 assertThat(mProvider.showWorkPolicyInfo(mContext)).isTrue(); in workPolicyInfo_comp_shouldUseDeviceOwnerIntent()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
H A DWorkPolicyInfoPreferenceControllerTest.java83 verify(mEnterpriseProvider, never()).showWorkPolicyInfo(mContext); in handlePreferenceTreeClick_nonMatchingKey_shouldDoNothing()
95 verify(mEnterpriseProvider).showWorkPolicyInfo(mContext); in handlePreferenceTreeClick_matchingKey_shouldShowWorkPolicyInfo()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/
H A DEnterprisePrivacyFeatureProvider.java134 boolean showWorkPolicyInfo(); in showWorkPolicyInfo() method
H A DEnterprisePrivacyFeatureProviderImpl.java230 public boolean showWorkPolicyInfo() { in showWorkPolicyInfo() method in EnterprisePrivacyFeatureProviderImpl
/aosp12/packages/apps/Settings/src/com/android/settings/enterprise/
H A DEnterprisePrivacyFeatureProvider.java136 boolean showWorkPolicyInfo(Context activityContext); in showWorkPolicyInfo() method
H A DEnterprisePrivacyFeatureProviderImpl.java230 public boolean showWorkPolicyInfo(Context activityContext) { in showWorkPolicyInfo() method in EnterprisePrivacyFeatureProviderImpl
/aosp12/packages/apps/Settings/src/com/android/settings/privacy/
H A DWorkPolicyInfoPreferenceController.java48 mEnterpriseProvider.showWorkPolicyInfo(preference.getContext()); in handlePreferenceTreeClick()