Searched refs:RestrictedLockUtils (Results 1 – 13 of 13) sorted by relevance
26 import com.android.settingslib.RestrictedLockUtils;33 private RestrictedLockUtils.EnforcedAdmin mEnforcedAdmin = null;50 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in onTouchEvent()74 public void setEnforcedAdmin(RestrictedLockUtils.EnforcedAdmin admin) { in setEnforcedAdmin()
32 import com.android.settingslib.RestrictedLockUtils;99 public void setEnforcedAdmin(RestrictedLockUtils.EnforcedAdmin admin) { in setEnforcedAdmin()
19 import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;114 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, mEnforcedAdmin); in performClick()
19 import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;
54 public class RestrictedLockUtilsInternal extends RestrictedLockUtils {
28 import com.android.settingslib.RestrictedLockUtils;105 final Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in onClick()
25 import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;294 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, enforcedAdmin); in sendShowAdminSupportDetailsIntent_extraRestrictionProvided()303 RestrictedLockUtils.sendShowAdminSupportDetailsIntent(mContext, null); in sendShowAdminSupportDetailsIntent_noExtraRestriction()
66 mHelper.setDisabledByAdmin(new RestrictedLockUtils.EnforcedAdmin()); in bindPreference_disabled_shouldDisplayDisabledSummary()
28 import static com.android.settingslib.RestrictedLockUtils.EnforcedAdmin;51 import com.android.settingslib.RestrictedLockUtils;463 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in handleMessage()
36 public class RestrictedLockUtils { class