Searched refs:getShowAdminSupportDetailsIntent (Results 1 – 8 of 8) sorted by relevance
88 final Intent intent = getShowAdminSupportDetailsIntent(admin); in sendShowAdminSupportDetailsIntent()103 public static Intent getShowAdminSupportDetailsIntent(Context context, EnforcedAdmin admin) { in getShowAdminSupportDetailsIntent() method in RestrictedLockUtils104 return getShowAdminSupportDetailsIntent(admin); in getShowAdminSupportDetailsIntent()110 public static Intent getShowAdminSupportDetailsIntent(EnforcedAdmin admin) { in getShowAdminSupportDetailsIntent() method in RestrictedLockUtils
43 val intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(restriction.admin) in startAdminSupportDetailsDialog()
99 RestrictedLockUtils.getShowAdminSupportDetailsIntent(policyResult.admin) in handlePolicyResult()
113 RestrictedLockUtils.getShowAdminSupportDetailsIntent(enforcedAdmin) in startRestrictionDialog()
117 val expectedIntent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(ADMIN) in testHandleDisabledByPolicy()
188 final Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in onClick()
151 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(admin); in setEnforcedAdmin()
592 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent( in handleMessage()