Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java88 final Intent intent = getShowAdminSupportDetailsIntent(admin); in sendShowAdminSupportDetailsIntent()
103 public static Intent getShowAdminSupportDetailsIntent(Context context, EnforcedAdmin admin) { in getShowAdminSupportDetailsIntent() method in RestrictedLockUtils
104 return getShowAdminSupportDetailsIntent(admin); in getShowAdminSupportDetailsIntent()
110 public static Intent getShowAdminSupportDetailsIntent(EnforcedAdmin admin) { in getShowAdminSupportDetailsIntent() method in RestrictedLockUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractor.kt43 val intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(restriction.admin) in startAdminSupportDetailsDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/interactor/
DDisabledByPolicyInteractor.kt99 RestrictedLockUtils.getShowAdminSupportDetailsIntent(policyResult.admin) in handlePolicyResult()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractorTest.kt113 RestrictedLockUtils.getShowAdminSupportDetailsIntent(enforcedAdmin) in startRestrictionDialog()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/interactor/
DDisabledByPolicyInteractorTest.kt117 val expectedIntent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(ADMIN) in testHandleDisabledByPolicy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailView.java188 final Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in onClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
DBrightnessSliderController.java151 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(admin); in setEnforcedAdmin()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileImpl.java592 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in handleMessage()