Home
last modified time | relevance | path

Searched refs:sendShowAdminSupportDetailsIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedPreferenceHelper.java114 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, mEnforcedAdmin); in performClick()
DRestrictedLockUtilsInternal.java590 sendShowAdminSupportDetailsIntent(context, admin); in setMenuItemAsDisabledByAdmin()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DRestrictedLockUtilsTest.java294 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, enforcedAdmin); in sendShowAdminSupportDetailsIntent_extraRestrictionProvided()
303 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, null); in sendShowAdminSupportDetailsIntent_noExtraRestriction()
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java76 public static void sendShowAdminSupportDetailsIntent(Context context, EnforcedAdmin admin) { in sendShowAdminSupportDetailsIntent() method in RestrictedLockUtils