Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedPreferenceHelper.java112 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, mEnforcedAdmin); in performClick()
DRestrictedLockUtils.java588 sendShowAdminSupportDetailsIntent(context, admin); in setMenuItemAsDisabledByAdmin()
617 public static void sendShowAdminSupportDetailsIntent(Context context, EnforcedAdmin admin) { in sendShowAdminSupportDetailsIntent() method in RestrictedLockUtils